Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Realcat
/
image-matching-webui
like
182
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
refs/pr/2
image-matching-webui
/
third_party
/
TopicFM
/
src
/
models
/
backbone
/
__init__.py
vggt
fix: roma
358ab8f
almost 3 years ago
raw
Copy download link
history
blame
81 Bytes
from
.fpn
import
FPN
def
build_backbone
(
config
):
return
FPN(config[
"fpn"
])