-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] [Feature] YOLO v4 #3781
base: master
Are you sure you want to change the base?
[WIP] [Feature] YOLO v4 #3781
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3781 +/- ##
==========================================
+ Coverage 61.07% 61.10% +0.02%
==========================================
Files 217 215 -2
Lines 15377 15378 +1
Branches 2629 2608 -21
==========================================
+ Hits 9392 9397 +5
+ Misses 5515 5512 -3
+ Partials 470 469 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Any updates on this feature? Any instruction on how to run would be great! |
@RyanXLi Is this done? How to use mosaic augmentation? |
* change voc_loader
@RyanXLi is yolov4 support abandoned? |
The loss is very big and loss_wh is 0? May I have your train log? |
This commit implements YOLO v4. This is a work-in-progress.