Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
SOLOv2-pytorch
Commits
82356fd98dee4832b44bf652b95e6471e237d596
Switch branch/tag
solov2-pytorch
08 Oct, 2018
6 commits
support chunk when reducing grads
· 82356fd9
Kai Chen
authored
Oct 08, 2018
82356fd9
fix path issues
· 3d2b79bd
Kai Chen
authored
Oct 08, 2018
3d2b79bd
minor updates for train/test scripts
· 8b47a12b
Kai Chen
authored
Oct 08, 2018
8b47a12b
move config dir out of tools
· f8dab59d
Kai Chen
authored
Oct 08, 2018
f8dab59d
delete segms.py
· 4c2e2c02
Kai Chen
authored
Oct 08, 2018
4c2e2c02
rename bbox_ops/mask_ops to bbox/mask
· a9f02204
Kai Chen
authored
Oct 08, 2018
a9f02204
07 Oct, 2018
5 commits
some renaming
· 5686a375
Kai Chen
authored
Oct 07, 2018
5686a375
fix flake8 error
· c47c4480
Kai Chen
authored
Oct 07, 2018
c47c4480
fix setup.py to include .so files
· bac4c32f
Kai Chen
authored
Oct 07, 2018
bac4c32f
renaming and refactoring for bbox methods
· ea41922c
Kai Chen
authored
Oct 07, 2018
ea41922c
minor fix
· fdb44305
Kai Chen
authored
Oct 07, 2018
fdb44305
05 Oct, 2018
11 commits
Merge branch 'dev' into mask-debug
· 6b4613df
Kai Chen
authored
Oct 05, 2018
6b4613df
vis results for Mask RCNN and update test thr from 0.001 to 0.05
· 1ed2d354
Kai Chen
authored
Oct 05, 2018
1ed2d354
Merge branch 'dev' into mask-debug
· 1c8a70d7
Kai Chen
authored
Oct 05, 2018
1c8a70d7
bug fix
· ec209359
Kai Chen
authored
Oct 05, 2018
ec209359
Merge branch 'dev' into mask-debug
· a772bea5
Kai Chen
authored
Oct 05, 2018
a772bea5
remove useless loss
· cedd8a82
Kai Chen
authored
Oct 05, 2018
cedd8a82
Merge branch 'dev' into mask-debug
· bb6ef3b3
Kai Chen
authored
Oct 05, 2018
bb6ef3b3
add with_* decorators for detector
· 5266dea0
Kai Chen
authored
Oct 05, 2018
5266dea0
Merge branch 'dev' into mask-debug
· 98b20b9b
Kai Chen
authored
Oct 05, 2018
98b20b9b
some renaming
· f0cb1d12
Kai Chen
authored
Oct 05, 2018
f0cb1d12
rename resnet style from fb/msra to pytorch/caffe
· 5055cdf2
Kai Chen
authored
Oct 05, 2018
5055cdf2
04 Oct, 2018
3 commits
Merge branch 'dev' into mask-debug
· 7e3ed283
Kai Chen
authored
Oct 04, 2018
7e3ed283
adapt to mmcv api changes
· 8262d461
Kai Chen
authored
Oct 04, 2018
8262d461
modify mask target computation
· 111c27b0
Kai Chen
authored
Oct 04, 2018
111c27b0
03 Oct, 2018
2 commits
add default result visualization for base detector
· 830effcd
Kai Chen
authored
Oct 03, 2018
830effcd
add min_pos_iou config field for train_cfg.rcnn
· 65c3ebca
Kai Chen
authored
Oct 03, 2018
65c3ebca
01 Oct, 2018
5 commits
Merge pull request #2 from OceanPang/dev
· 323f430e
Kai Chen
authored
Oct 01, 2018
padded mask during maskrcnn test
323f430e
rm val dataset
· 0b031a80
pangjm
authored
Oct 01, 2018
0b031a80
validate api transfer to hook
· 2d34cebe
pangjm
authored
Oct 01, 2018
2d34cebe
minor modify
· c20c2c88
pangjm
authored
Oct 01, 2018
c20c2c88
padded mask during maskrcnn test
· 070c1ea7
pangjm
authored
Oct 01, 2018
070c1ea7
30 Sep, 2018
4 commits
Merge branch 'dev' of github.com:hellock/mmdetection into dev
· 86dd9979
Kai Chen
authored
Sep 30, 2018
86dd9979
update training settings
· c136b5f4
Kai Chen
authored
Sep 30, 2018
c136b5f4
save mmdet version in checkpoint as meta info
· 9c65231a
Kai Chen
authored
Sep 30, 2018
9c65231a
add git hash to version info
· 4c376e58
Kai Chen
authored
Sep 30, 2018
4c376e58
28 Sep, 2018
1 commit
allow manually setting random seeds
· 300f7157
Kai Chen
authored
Sep 28, 2018
300f7157
27 Sep, 2018
2 commits
bug fix for all_reduce when coalesce is False
· 143a8372
Kai Chen
authored
Sep 28, 2018
143a8372
add a choice 'proposal_fast' to eval script
· df14830a
Kai Chen
authored
Sep 28, 2018
df14830a
26 Sep, 2018
1 commit
suppress logging for processes whose rank > 0
· d0fb2a8d
Kai Chen
authored
Sep 26, 2018
d0fb2a8d