-
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
Refactor one-stage get_bboxes logic #5317
Merged
ZwwWayne
merged 73 commits into
open-mmlab:refactor_dense
from
hhaAndroid:refactor_sigle_stage
Aug 11, 2021
Merged
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
77da249
revert batch to single
hhaAndroid 2ad29eb
update anchor_head
hhaAndroid 2db854a
replace preds with bboxes
hhaAndroid 060b1c7
add point_bbox_coder
hhaAndroid 172d37a
FCOS add get_selected_priori
hhaAndroid dd9e514
unified anchor-free and anchor-based get_bbox_single
hhaAndroid 64912e2
update code
hhaAndroid 91c8d46
update reppoints and sabl
hhaAndroid a135f18
add sparse priors
jshilong 63364cd
add mlvlpointsgenerator
jshilong e084958
revert __init__ of core
jshilong 706379c
refactor reppoints
jshilong 566b973
delete label channal
jshilong 6f9d973
add docstr
jshilong f3aafe0
fix typo
jshilong 18a0fdc
fix args
jshilong f29b5a9
fix typo
jshilong d8b121f
fix doc
jshilong 07e182e
fix stride_h
jshilong 6c8f5f5
add offset
jshilong 8197ce3
Unified bbox coder
hhaAndroid af493a2
add offset
jshilong 6040da8
remove point_bbox_coder.py
hhaAndroid 42746c2
fix docstr
jshilong 48dce47
merge PR5347
hhaAndroid 17a6cca
merge PR5349
hhaAndroid 211299a
new interface of single_proir
jshilong d0386ea
Merge commit 'refs/pull/5349/head' of https://github.com/open-mmlab/m…
hhaAndroid 0927d88
fix device
jshilong 5d2f464
Merge commit 'refs/pull/5349/head' of https://github.com/open-mmlab/m…
hhaAndroid d75e072
add unitest
jshilong 946c23d
add cuda unitest
jshilong 2ad1337
add more cuda unintest
jshilong 5da6a00
Merge commit 'refs/pull/5349/head' of https://github.com/open-mmlab/m…
hhaAndroid 6a5eee8
fix reppoints
jshilong 05f18ae
Merge commit 'refs/pull/5349/head' of https://github.com/open-mmlab/m…
hhaAndroid 19a727b
fix device
jshilong ed2477e
Merge commit 'refs/pull/5349/head' of https://github.com/open-mmlab/m…
hhaAndroid f432b9c
update all prior
hhaAndroid 40d214c
Merge branch 'master' of https://github.com/open-mmlab/mmdetection in…
hhaAndroid 73de85f
update vfnet
hhaAndroid 00cf8de
add unintest for ssd and yolo and rename prior_idxs
jshilong e4d1c3e
add docstr for MlvlPointGenerator
jshilong 5322cdc
Merge commit 'refs/pull/5349/head' of https://github.com/open-mmlab/m…
hhaAndroid 6a3bf1f
update reppoints and rpnhead
hhaAndroid 3717743
add space
jshilong ea79bf3
add num_base_priors
jshilong d02dc7f
update some model
hhaAndroid 9299b52
update docstr
hhaAndroid b9fd000
fixAugFPN test and lint.
hhaAndroid dad4896
Merge commit 'refs/pull/5349/head' of https://github.com/open-mmlab/m…
hhaAndroid ce8bf29
merge master
hhaAndroid 264dae3
Fix autoassign
hhaAndroid 98cba8c
add docs
hhaAndroid a08c732
merge master
hhaAndroid 5f55ad6
Merge branch 'master' of https://github.com/open-mmlab/mmdetection in…
hhaAndroid da0d9d5
Unified fcos decoding
hhaAndroid 36b43d4
Merge branch 'master' of https://github.com/open-mmlab/mmdetection in…
hhaAndroid cfb6500
merge 5374
hhaAndroid 226f833
update docstr
hhaAndroid f40d903
fix train error
hhaAndroid b04730d
Fix Vfnet
hhaAndroid 556d5a3
Fix conflicts
hhaAndroid 9aed4b9
Fix some
hhaAndroid 59807b6
update centernet
hhaAndroid 15390e2
revert
hhaAndroid 73bb7c5
add warnings
hhaAndroid b9546b2
fix unittest error
hhaAndroid 8dd5274
delete duplicated
hhaAndroid e09f4a8
fix comment
hhaAndroid f5f9486
fix docs
hhaAndroid f05d7df
fix type
hhaAndroid 7fae84d
merge refactor_dense
hhaAndroid 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
add warnings
- Loading branch information
commit 73bb7c5c15f32e29a0a74afa5590d851470ee91d
There are no files selected for viewing
This file contains 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
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.
We should rename this to
num_base_anchors
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 think it should be num_anchor. And this variable is used for all anchor heads and cannot be changed at will.
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.
Do it in a later PR.