Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fantos/vidimatch
seawolf2357
/
vidimatch
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vidimatch
/
third_party
/
TopicFM
/
src
/
models
/
backbone
/
__init__.py
Vincentqyw
fix: roma
8b973ee
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
from
.fpn
import
FPN
def
build_backbone
(
config
):
return
FPN(config[
"fpn"
])