-
Notifications
You must be signed in to change notification settings - Fork 129
Description
Hello
Thanks for your code
I am running demo.py now but i faced " RuntimeError: PytorchStreamReader failed reading file data/2: invalid header or archive is corrupted " code while doing.
My shell code was like this.
CUDA_VISIBLE_DEVICES=0 python demo.py \ --config config/vox-adv-256.yaml \ --driving_video path-video \ --source_image path-img \ --checkpoint modules/depth/models/DaGAN_vox_adv_256.pth.tar \ --relative \ --adapt_scale \ --kp_num 15 \ --generator DepthAwareGenerator
And the error code was like this

I downloaded your pre-trained model from one-drive.
Is there any problem with checkpoint file (DaGAN_vox_adv_256.pth.tar) or just the problem with my env?
AND one more question for evaluating model!
I want to evaluate the model
Do you have any codes to make mp4s for testing? Could you provide it?
Thanks in advance