-
Notifications
You must be signed in to change notification settings - Fork 14
Fix yolov2 support and other bugs found in deep review #131
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c83b7c8
Fix overridecfg! indexing into cfgvec
IanButterworth a510933
Fix reorg layer: Rational dims, dropped batch dim, wrong channel count
IanButterworth 944ab40
Fix batchnorm read order for pre-0.2 darknet weights
IanButterworth 8be0430
Apply softmax to class scores for region (yolov2) outputs
IanButterworth 151fbcb
Enable v2_COCO and v2_tiny_COCO in the test suite
IanButterworth 483636f
Fix GPU keepdetections dropping the last detection
IanButterworth 25319f4
Match GPU kernel numerics to the CPU postprocessing path
IanButterworth 79ec4ae
Remove dead outnr attribute write with latent BoundsError
IanButterworth 5eaea27
Fix soft-NMS: propagate decayed scores, avoid duplicate keeps
IanButterworth d185a88
Fix prepare_image! 2D Float32 matching-size branch return
IanButterworth 3469bf1
Remove dead darknet maxpool branch
IanButterworth 19ccdbc
README fixes
IanButterworth 03ec6b9
Add changelog entries for review fixes
IanButterworth a5e0c5c
Re-apply detect_thresh to soft-NMS survivors
IanButterworth 4787526
Only softmax region class scores when the cfg sets softmax=1
IanButterworth aee2431
Exclude the scratch attribute row from the class-score max
IanButterworth dd50a9a
move author to standard ordering
IanButterworth c20fc66
Rename nms to nms! since it mutates dets for kind=:soft
IanButterworth cc1b394
Make soft-NMS survivor selection allocation-free
IanButterworth 82a579d
Add divisibility guards to reorg and fix docstring wording
IanButterworth c758eaf
Compute region softmax in place
IanButterworth b9b6640
Reformat resrefs.jl with one matrix row per line
IanButterworth 144044f
Update changelog for review follow-up fixes
IanButterworth dc4bf7f
add nightlies
IanButterworth 3df8244
REVERTME: pin to Functors fix
IanButterworth b97f4c4
set up as workspace
IanButterworth 5847597
fix test deps
IanButterworth ae937d2
Update Project.toml
IanButterworth a78e68f
Resolve test artifacts through the package, not artifact""
IanButterworth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this and the direct dep before merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to keep iterating, so I'm going to merge and remove this before release