Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ECCV2022
/
PSG
like
29
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
809c0a6
PSG
/
OpenPSG
/
configs
/
_base_
/
models
/
psgtr_r101.py
Liangyu
add functions
c7f0cc1
over 2 years ago
raw
Copy download link
history
blame
Safe
147 Bytes
_base_ =
'./psgtr_r50.py'
model =
dict
(backbone=
dict
(
depth=
101
,
init_cfg=
dict
(
type
=
'Pretrained'
, checkpoint=
'torchvision://resnet101'
)))