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
ec2093594cd52dca462aa6a57c298221b7c0116f
Switch branch/tag
solov2-pytorch
05 Oct, 2018
5 commits
bug fix
· ec209359
Kai Chen
authored
Oct 05, 2018
ec209359
remove useless loss
· cedd8a82
Kai Chen
authored
Oct 05, 2018
cedd8a82
add with_* decorators for detector
· 5266dea0
Kai Chen
authored
Oct 05, 2018
5266dea0
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
1 commit
adapt to mmcv api changes
· 8262d461
Kai Chen
authored
Oct 04, 2018
8262d461
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
4 commits
suppress logging for processes whose rank > 0
· d0fb2a8d
Kai Chen
authored
Sep 26, 2018
d0fb2a8d
remove comments
· 5421859a
Kai Chen
authored
Sep 26, 2018
5421859a
fix eval hooks
· db9aaac7
Kai Chen
authored
Sep 26, 2018
db9aaac7
mmdet.nn.parallel -> mmdet.core.parallel
· 0683b50d
Kai Chen
authored
Sep 26, 2018
0683b50d
25 Sep, 2018
6 commits
Merge pull request #1 from OceanPang/dev
· afe5ce0a
Kai Chen
authored
Sep 25, 2018
faster-rcnn & mask-rcnn train and test support
afe5ce0a
add simple & aug test for FasterRCNN & Mask RCNN
· 782ba019
pangjm
authored
Sep 25, 2018
782ba019
add Faster RCNN & Mask RCNN training API and some test related
· 427c8902
pangjm
authored
Sep 25, 2018
427c8902
rm useless files
· 65642939
pangjm
authored
Sep 25, 2018
65642939
refactor rpn target computing
· 0401cccd
Kai Chen
authored
Sep 25, 2018
0401cccd
move from models to core
· b71a1210
Kai Chen
authored
Sep 25, 2018
b71a1210
24 Sep, 2018
5 commits
move _sync_param from forward to init
· d04fa0f3
Kai Chen
authored
Sep 25, 2018
d04fa0f3
modify MMDistributedDataParallel, no longer inherited from DistributedDataParallel
· b7968de7
Kai Chen
authored
Sep 25, 2018
b7968de7
fix typo
· e74c260f
Kai Chen
authored
Sep 24, 2018
e74c260f
fix typo
· 9569fb5b
Kai Chen
authored
Sep 24, 2018
9569fb5b
modify distributed training api and use coalesced all_reduce
· 904d875a
Kai Chen
authored
Sep 24, 2018
904d875a
23 Sep, 2018
5 commits
remove args from batch_processor
· 15e9d026
Kai Chen
authored
Sep 23, 2018
15e9d026
bug fix and cleaning
· 879a6ae4
Kai Chen
authored
Sep 23, 2018
879a6ae4
adjust the structure of detectors
· 1e35964c
Kai Chen
authored
Sep 23, 2018
1e35964c
refactor DataContainer and datasets
· 678f9334
Kai Chen
authored
Sep 23, 2018
678f9334
add fp16 support for forwarding
· b04a0157
Kai Chen
authored
Sep 23, 2018
b04a0157