Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MrWwei/yolov7
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: WongKinYiu/yolov7
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 16 files changed
  • 10 contributors

Commits on Sep 16, 2022

  1. Add option to use YOLOv5 AP metric (WongKinYiu#775)

    * Add YOLOv5 metric option
    
    * Inform if using v5 metric
    kivanctezoren authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    55b90e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. main code

    WongKinYiu authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    8035ee6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    8b616af View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Fix a GPU memory leak in detect. No need to calculate gradients in in…

    …ference. (WongKinYiu#900)
    
    Co-authored-by: JKO095 <[email protected]>
    jpkoponen and JKO095 authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    072f76c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Update README.md

    WongKinYiu authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8c0bf3f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Update README.md

    WongKinYiu authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    8e9f0b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Fix np, uda dev issue (WongKinYiu#1272)

    Limit numpy version to avoid issue with tensorboard, conv np.int to just int, fix  mismatched device issuecuda dev issue
    SamSamhuns authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    557e383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45f2c1f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Update loss.py (WongKinYiu#1337)

    Update line 687: add a round bracket which make an error when start training
    hungtrieu07 authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    48052c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. utils/loss.py minor bug fix (WongKinYiu#1344)

    * utils/loss.py L.NO 742
    
    * Changed np.int to np.int32 due to deprecation of np.int
    rohanpatankar926 authored Jan 1, 2023
    Configuration menu
    Copy the full SHA
    2fdc7f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Update README.md

    WongKinYiu authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    3b41c2c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Update README.md

    WongKinYiu authored May 30, 2023
    Configuration menu
    Copy the full SHA
    f1f88bf View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    WongKinYiu authored May 30, 2023
    Configuration menu
    Copy the full SHA
    bc2d6be View commit details
    Browse the repository at this point in the history
  3. Update README.md

    WongKinYiu authored May 30, 2023
    Configuration menu
    Copy the full SHA
    7d71f29 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    WongKinYiu authored May 30, 2023
    Configuration menu
    Copy the full SHA
    84932d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update README.md

    WongKinYiu authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2c612d3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    WongKinYiu authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a207844 View commit details
    Browse the repository at this point in the history
Loading