-
Notifications
You must be signed in to change notification settings - Fork 40
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
Updates in train.py rpn layer and predict.py proprocessing #84
Open
WangLuran
wants to merge
55
commits into
PatBall1:master
Choose a base branch
from
WangLuran:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e2fdff5 - Browse repository at this point
Copy the full SHA e2fdff5View commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0c90537 - Browse repository at this point
Copy the full SHA 0c90537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68389f7 - Browse repository at this point
Copy the full SHA 68389f7View commit details
Commits on Sep 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 017eb7c - Browse repository at this point
Copy the full SHA 017eb7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for edc8c3c - Browse repository at this point
Copy the full SHA edc8c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37bbbc9 - Browse repository at this point
Copy the full SHA 37bbbc9View commit details
Commits on Oct 25, 2022
-
custom rpn head for custom nms which considers intersection over area and overlapping between different speices is avoided
Configuration menu - View commit details
-
Copy full SHA for 07fd704 - Browse repository at this point
Copy the full SHA 07fd704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18cc890 - Browse repository at this point
Copy the full SHA 18cc890View commit details -
Configuration menu - View commit details
-
Copy full SHA for a63e377 - Browse repository at this point
Copy the full SHA a63e377View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3c709f - Browse repository at this point
Copy the full SHA b3c709fView commit details
Commits on Dec 28, 2022
-
this file includes a custom nms layer - which uses inter over area instead of inter over union as the anchor selection metric. The issue of crowns of different types overlapping each other is also solved. This change inceases the speed and mask quality a bit. Another function called nms_mask is used in prediction part and is part of the proprocessing where instead of eliminating all crowns with a low threshold, the nms is used and the nms metric is no longer box iou but mask iou. This change increases the output quality a lot.
Configuration menu - View commit details
-
Copy full SHA for 0b55726 - Browse repository at this point
Copy the full SHA 0b55726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d6cfd3 - Browse repository at this point
Copy the full SHA 7d6cfd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5879766 - Browse repository at this point
Copy the full SHA 5879766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7068875 - Browse repository at this point
Copy the full SHA 7068875View commit details -
Configuration menu - View commit details
-
Copy full SHA for d625d09 - Browse repository at this point
Copy the full SHA d625d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 347d013 - Browse repository at this point
Copy the full SHA 347d013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f78d1c - Browse repository at this point
Copy the full SHA 8f78d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9788473 - Browse repository at this point
Copy the full SHA 9788473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6449d96 - Browse repository at this point
Copy the full SHA 6449d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa66c04 - Browse repository at this point
Copy the full SHA fa66c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f1f255 - Browse repository at this point
Copy the full SHA 5f1f255View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b5aff - Browse repository at this point
Copy the full SHA 01b5affView commit details -
Configuration menu - View commit details
-
Copy full SHA for b19d2f4 - Browse repository at this point
Copy the full SHA b19d2f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe9bcde - Browse repository at this point
Copy the full SHA fe9bcdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c876df8 - Browse repository at this point
Copy the full SHA c876df8View commit details
Commits on Jan 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1298f28 - Browse repository at this point
Copy the full SHA 1298f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc574f5 - Browse repository at this point
Copy the full SHA fc574f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32676d2 - Browse repository at this point
Copy the full SHA 32676d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c150ee0 - Browse repository at this point
Copy the full SHA c150ee0View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf73113 - Browse repository at this point
Copy the full SHA bf73113View commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 233bb6c - Browse repository at this point
Copy the full SHA 233bb6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4b266 - Browse repository at this point
Copy the full SHA 9e4b266View commit details -
Configuration menu - View commit details
-
Copy full SHA for c03d628 - Browse repository at this point
Copy the full SHA c03d628View commit details -
Configuration menu - View commit details
-
Copy full SHA for f31c032 - Browse repository at this point
Copy the full SHA f31c032View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef70a0 - Browse repository at this point
Copy the full SHA eef70a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ffbf88 - Browse repository at this point
Copy the full SHA 2ffbf88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b548a - Browse repository at this point
Copy the full SHA 73b548aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 629e286 - Browse repository at this point
Copy the full SHA 629e286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84234a4 - Browse repository at this point
Copy the full SHA 84234a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9865b88 - Browse repository at this point
Copy the full SHA 9865b88View commit details
Commits on Jan 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e25ad7e - Browse repository at this point
Copy the full SHA e25ad7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 339ea5f - Browse repository at this point
Copy the full SHA 339ea5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0135b0 - Browse repository at this point
Copy the full SHA c0135b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d920d22 - Browse repository at this point
Copy the full SHA d920d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c109d1 - Browse repository at this point
Copy the full SHA 9c109d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c7018e - Browse repository at this point
Copy the full SHA 5c7018eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ec202 - Browse repository at this point
Copy the full SHA b4ec202View commit details -
Configuration menu - View commit details
-
Copy full SHA for f05c755 - Browse repository at this point
Copy the full SHA f05c755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3340b5b - Browse repository at this point
Copy the full SHA 3340b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4377ab - Browse repository at this point
Copy the full SHA f4377abView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3506d0 - Browse repository at this point
Copy the full SHA c3506d0View commit details
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ed249a9 - Browse repository at this point
Copy the full SHA ed249a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6667022 - Browse repository at this point
Copy the full SHA 6667022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe5184 - Browse repository at this point
Copy the full SHA 5fe5184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 183529c - Browse repository at this point
Copy the full SHA 183529cView commit details
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.