Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
gntmky
/
mm3dtest
like
0
arxiv:
4 papers
Model card
Files
Files and versions
Community
main
mm3dtest
/
configs
/
nuimages
/
mask-rcnn_r101_fpn_1x_nuim.py
giantmonkeyTC
2344
34d1f8b
5 months ago
raw
Copy download link
history
blame
contribute
delete
119 Bytes
_base_ =
'./mask-rcnn_r50_fpn_1x_nuim.py'
model =
dict
(pretrained=
'torchvision://resnet101'
, backbone=
dict
(depth=
101
))