Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Realcat/image-matching-webui
fantos
/
vidimatch
like
1
Runtime error
App
Files
Files
Community
5c1ffd8
vidimatch
/
third_party
/
Roma
/
roma
/
__init__.py
Vincentqyw
fix: roma
8b973ee
over 1 year ago
raw
Copy download link
history
blame
Safe
168 Bytes
import
os
from
.models
import
roma_outdoor, roma_indoor
DEBUG_MODE =
False
RANK =
int
(os.environ.get(
"RANK"
, default=
0
))
GLOBAL_STEP =
0
STEP_SIZE =
1
LOCAL_RANK = -
1