Skip to content
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

add new config sample and check scripts #2216

Merged
merged 43 commits into from
Mar 23, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
38bead6
add new config sample and check scripts
xvjiarui Mar 7, 2020
8e37bf8
context managere to prevent import
xvjiarui Mar 8, 2020
cd1ec3b
refactor backbone, add caffe
xvjiarui Mar 8, 2020
94bb925
add fast rcnn
xvjiarui Mar 8, 2020
8dcbaaa
all basci config done
xvjiarui Mar 9, 2020
c43e53f
rm coco_proposal
xvjiarui Mar 9, 2020
9ac8dd7
add scratch, wider_face, voc
xvjiarui Mar 9, 2020
0c689f3
add reppoints
xvjiarui Mar 9, 2020
66d14cf
delete device id, auto resume
xvjiarui Mar 10, 2020
be6b255
add libra_rcnn, ms_rcnn, nas_fpn
xvjiarui Mar 10, 2020
9601d2a
add hrnet, fcos
xvjiarui Mar 10, 2020
d873925
add free_anchor, gn, grid_rcnn, guided_anchoring, gcnet, ghm, gn+ws
xvjiarui Mar 10, 2020
ce81bbc
finished all, but some need refactor and unified logic
xvjiarui Mar 10, 2020
0cd36b8
fixed albu
xvjiarui Mar 11, 2020
18879f2
update ReseNet101
xvjiarui Mar 11, 2020
573a8ac
Merge branch 'master' of https://github.com/open-mmlab/mmdetection in…
xvjiarui Mar 11, 2020
b4bad6e
reduce ResNet101, add norm_cfg, 4conv1fc
xvjiarui Mar 11, 2020
f76371c
refactor caffe backbone
xvjiarui Mar 12, 2020
4f547d4
Merge remote-tracking branch 'open-mmlab/master' into config
xvjiarui Mar 12, 2020
de245e3
merge act_cfg, dcn from master
xvjiarui Mar 12, 2020
812cd84
rename 2fc head, add 4conv1fc head
xvjiarui Mar 22, 2020
99fafad
delete 4con1fc model
xvjiarui Mar 22, 2020
838680b
rename components -> _base_
xvjiarui Mar 22, 2020
3700c84
flatten _base_
xvjiarui Mar 22, 2020
7be1428
refactor _base_ structure
xvjiarui Mar 22, 2020
d6d9562
refactor config structure
xvjiarui Mar 22, 2020
297db6f
reduce _base/models
xvjiarui Mar 22, 2020
31b4d2b
rename all config
xvjiarui Mar 22, 2020
02fc947
add _coco inside configs
xvjiarui Mar 22, 2020
c5d9625
fixed _coco in files
xvjiarui Mar 22, 2020
50bb24e
fixed albu in test
xvjiarui Mar 22, 2020
91ede05
migrate to new sys
xvjiarui Mar 22, 2020
db2f9e6
resovle conflict
xvjiarui Mar 22, 2020
b4c93c0
fixed test
xvjiarui Mar 22, 2020
27998be
fixed test
xvjiarui Mar 22, 2020
231baac
rm cascade, fast_rcnn
xvjiarui Mar 22, 2020
76c05a2
rm cascade, fast_rcnn from _base_
xvjiarui Mar 22, 2020
2bb85cf
fixed fcos_center
xvjiarui Mar 23, 2020
4204dbe
rename from rule
xvjiarui Mar 23, 2020
cc22969
collopse third party model
xvjiarui Mar 23, 2020
7f67ebb
fixed test
xvjiarui Mar 23, 2020
3d8f7a4
fixed some minor bug
xvjiarui Mar 23, 2020
0f269b8
rename gn-neck_head -> gn-neck+head
xvjiarui Mar 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename all config
  • Loading branch information
xvjiarui committed Mar 22, 2020
commit 31b4d2b7b0890b553a06cfcfdcbec59eb4f2f097
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions configs_new/dcn/faster_rcnn_dpool_r50_fpn_1x.py

This file was deleted.

Empty file.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = './faster_rcnn_r50_fpn_1x.py'
_base_ = './faster_rcnn_r50_fpn_1x_coco.py'
model = dict(
pretrained='open-mmlab://resnext101_64x4d',
backbone=dict(
Expand Down