Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AnTo2209
/
3D_Zeroshot_Neural_Style_Transfer
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ed3323b
3D_Zeroshot_Neural_Style_Transfer
/
src
/
model
/
__init__.py
AnTo2209
refactor
e32c848
over 1 year ago
raw
Copy download link
history
blame
Safe
147 Bytes
from
src.model.styleRF
import
StyleRF
from
src.utils.registry
import
Registry
MODEL_REGISTRY = Registry(
"MODEL"
)
MODEL_REGISTRY.register(StyleRF)