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
153a4e909bc9283653eb49886d9df88b2bd75ae8
Switch branch/tag
solov2-pytorch
10 Oct, 2018
1 commit
rename config file
· 153a4e90
Kai Chen
authored
Oct 10, 2018
153a4e90
08 Oct, 2018
14 commits
Merge branch 'dev' into single-stage
· 08b4fe7c
Kai Chen
authored
Oct 09, 2018
08b4fe7c
rename config files
· 630687f4
Kai Chen
authored
Oct 08, 2018
630687f4
move configs
· 53be8329
Kai Chen
authored
Oct 08, 2018
53be8329
Merge branch 'dev' into single-stage
· 7eb02d29
Kai Chen
authored
Oct 08, 2018
7eb02d29
move parallel module to mmcv
· 01a03aab
Kai Chen
authored
Oct 08, 2018
01a03aab
rename eval to evaluation, losses to loss
· 63396a32
Kai Chen
authored
Oct 08, 2018
63396a32
use nccl as the default comm backend
· 12003485
Kai Chen
authored
Oct 08, 2018
12003485
minor fix
· 6e238d52
Kai Chen
authored
Oct 08, 2018
6e238d52
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
7 commits
use anchor_target in RetinaNet
· 20e75c22
Kai Chen
authored
Oct 07, 2018
20e75c22
Merge branch 'dev' into single-stage
· 45af4242
Kai Chen
authored
Oct 07, 2018
45af4242
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
12 commits
add single stage detector
· e8d16bf2
Kai Chen
authored
Oct 05, 2018
e8d16bf2
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
1 commit
Merge pull request #2 from OceanPang/dev
· 323f430e
Kai Chen
authored
Oct 01, 2018
padded mask during maskrcnn test
323f430e