menyifang / DCT-Net

Official implementation of "DCT-Net: Domain-Calibrated Translation for Portrait Stylization", SIGGRAPH 2022 (TOG); Multi-style cartoonization
Apache License 2.0
734 stars 74 forks source link

check fail #52

Open zys1994 opened 1 year ago

zys1994 commented 1 year ago

run download.py

2023-05-24 18:51:54,682 - modelscope - INFO - PyTorch version 1.13.0+cu116 Found.
2023-05-24 18:51:54,683 - modelscope - INFO - Loading ast index from /home/bill/.cache/modelscope/ast_indexer
2023-05-24 18:51:54,683 - modelscope - INFO - No valid ast index found from /home/bill/.cache/modelscope/ast_indexer, generating ast index from prebuilt!
2023-05-24 18:51:54,711 - modelscope - INFO - Loading done! Current index file version is 1.6.0, with md5 09291f9b1c05d846d582e5692ab7db00 and a total number of 848 components indexed
2023-05-24 18:51:55,033 - modelscope - INFO - Model revision not specified, use the latest revision: v1.0.3
Downloading: 100%|██████████| 2.55k/2.55k [00:00<00:00, 29.0MB/s]
2023-05-24 18:51:57,710 - modelscope - ERROR - File ./temp/tmp_t6mf2dq/alpha.jpg integrity check failed, the download may be incomplete, please try again.
Traceback (most recent call last):
  File "/home/bill/E/dl-base/AI_VirtualPerson_Related/DCT-Net/download.py", line 3, in <module>
    model_dir = snapshot_download('damo/cv_unet_person-image-cartoon_compound-models', cache_dir='.')
  File "/home/bill/D/Anaconda_2023_3/envs/mypipeline/lib/python3.9/site-packages/modelscope/hub/snapshot_download.py", line 146, in snapshot_download
    file_integrity_validation(temp_file, model_file[FILE_HASH])
  File "/home/bill/D/Anaconda_2023_3/envs/mypipeline/lib/python3.9/site-packages/modelscope/hub/utils/utils.py", line 94, in file_integrity_validation
    raise FileIntegrityError(msg)
modelscope.hub.errors.FileIntegrityError: File ./temp/tmp_t6mf2dq/alpha.jpg integrity check failed, the download may be incomplete, please try again.