Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SIGGRAPH2022
/
DCT-Net
like
14
Runtime error
App
Files
Files
Community
1
b270c25
DCT-Net
/
download.py
akhaliq
HF staff
add files
64dbbc4
over 2 years ago
raw
Copy download link
history
blame
Safe
163 Bytes
from
modelscope.hub.snapshot_download
import
snapshot_download
model_dir = snapshot_download(
'damo/cv_unet_person-image-cartoon_compound-models'
, cache_dir=
'.'
)