-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while running demo.py #68
Comments
I will check in these days. |
@harlanhong Just more questions for evaluation! Thanks a lot |
Yes, for the evaluation, the driving videos are taken as the ground truth for same-identity experiments. For the evaluation codes, I will arrange them after these busy days. Actually, you can test them frame by frame. |
@harlanhong And also, I'd like to train DaGAN with my own datasets. I already set two folders 'train' and 'test' under dataroot. |
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
The text was updated successfully, but these errors were encountered: