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
009a82c2
Commit
009a82c2
authored
Aug 02, 2019
by
Ye Liu
Committed by
Kai Chen
Aug 02, 2019
Browse files
Change 'modelzoo' to 'torchvision' (#1016)
parent
4e387a69
Changes
47
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
configs/mask_rcnn_r101_fpn_1x.py
configs/mask_rcnn_r101_fpn_1x.py
+1
-1
configs/mask_rcnn_r50_fpn_1x.py
configs/mask_rcnn_r50_fpn_1x.py
+1
-1
configs/pascal_voc/faster_rcnn_r50_fpn_1x_voc0712.py
configs/pascal_voc/faster_rcnn_r50_fpn_1x_voc0712.py
+1
-1
configs/retinanet_r101_fpn_1x.py
configs/retinanet_r101_fpn_1x.py
+1
-1
configs/retinanet_r50_fpn_1x.py
configs/retinanet_r50_fpn_1x.py
+1
-1
configs/rpn_r101_fpn_1x.py
configs/rpn_r101_fpn_1x.py
+1
-1
configs/rpn_r50_fpn_1x.py
configs/rpn_r50_fpn_1x.py
+1
-1
No files found.
configs/mask_rcnn_r101_fpn_1x.py
View file @
009a82c2
# model settings
model
=
dict
(
type
=
'MaskRCNN'
,
pretrained
=
'
modelzoo
://resnet101'
,
pretrained
=
'
torchvision
://resnet101'
,
backbone
=
dict
(
type
=
'ResNet'
,
depth
=
101
,
...
...
configs/mask_rcnn_r50_fpn_1x.py
View file @
009a82c2
# model settings
model
=
dict
(
type
=
'MaskRCNN'
,
pretrained
=
'
modelzoo
://resnet50'
,
pretrained
=
'
torchvision
://resnet50'
,
backbone
=
dict
(
type
=
'ResNet'
,
depth
=
50
,
...
...
configs/pascal_voc/faster_rcnn_r50_fpn_1x_voc0712.py
View file @
009a82c2
# model settings
model
=
dict
(
type
=
'FasterRCNN'
,
pretrained
=
'
modelzoo
://resnet50'
,
pretrained
=
'
torchvision
://resnet50'
,
backbone
=
dict
(
type
=
'ResNet'
,
depth
=
50
,
...
...
configs/retinanet_r101_fpn_1x.py
View file @
009a82c2
# model settings
model
=
dict
(
type
=
'RetinaNet'
,
pretrained
=
'
modelzoo
://resnet101'
,
pretrained
=
'
torchvision
://resnet101'
,
backbone
=
dict
(
type
=
'ResNet'
,
depth
=
101
,
...
...
configs/retinanet_r50_fpn_1x.py
View file @
009a82c2
# model settings
model
=
dict
(
type
=
'RetinaNet'
,
pretrained
=
'
modelzoo
://resnet50'
,
pretrained
=
'
torchvision
://resnet50'
,
backbone
=
dict
(
type
=
'ResNet'
,
depth
=
50
,
...
...
configs/rpn_r101_fpn_1x.py
View file @
009a82c2
# model settings
model
=
dict
(
type
=
'RPN'
,
pretrained
=
'
modelzoo
://resnet101'
,
pretrained
=
'
torchvision
://resnet101'
,
backbone
=
dict
(
type
=
'ResNet'
,
depth
=
101
,
...
...
configs/rpn_r50_fpn_1x.py
View file @
009a82c2
# model settings
model
=
dict
(
type
=
'RPN'
,
pretrained
=
'
modelzoo
://resnet50'
,
pretrained
=
'
torchvision
://resnet50'
,
backbone
=
dict
(
type
=
'ResNet'
,
depth
=
50
,
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment