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
CenterNet_mmcv
e5f6a32ac7259b77314f129839564a12d7142a2d
e5f6a32ac7259b77314f129839564a12d7142a2d
Switch branch/tag
centernet_mmcv
configs
centernet
centernet_r18_8xb16-crop512-140e_coco.py
Find file
Normal view
History
Permalink
centernet_r18_8xb16-crop512-140e_coco.py
100 Bytes
Edit
Web IDE
Newer
Older
update code
dengjb
committed
Jan 26, 2024
1
2
3
_base_
=
'./centernet_r18-dcnv2_8xb16-crop512-140e_coco.py'
model
=
dict
(
neck
=
dict
(
use_dcn
=
False
))