Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
ECCV2022/PSG
4blacks
/
scene-graph-generation
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
scene-graph-generation
/
OpenPSG
/
configs
/
_base_
/
models
/
psgtr_r101.py
Liangyu
add functions
c7f0cc1
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
_base_ =
'./psgtr_r50.py'
model =
dict
(backbone=
dict
(
depth=
101
,
init_cfg=
dict
(
type
=
'Pretrained'
, checkpoint=
'torchvision://resnet101'
)))