-
Notifications
You must be signed in to change notification settings - Fork 133
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
crop_vox.py generates no output or errors in log #20
Comments
txt
from crop_vox.py
|
Hi @AliaksandrSiarohin thank you very much for your quick response. Sorry, I was mistakenly thinking that you needed to change the crop-size of the videos in order to improve resolution. However, looking at issue #20 in
So these videos downloaded with Now unfortunately, I ran into an issues with your initial suggestion # 2, to try Face-Image-Motion-Model. So, next, I tried this workaround suggestion; however, I noticed that the mouth was not moving like reported here
|
Load videos crop the bboxes provided in vox_Metadata and then resize them to 256x256. You can change this and resize to 512x512 during downloading. |
May I ask how did you successfully download the video, I also followed this line of code python load_videos.py --metadata vox-metadata.csv --format .mp4 --out_folder vox --workers 8 runs, but 257it [75:29:08,. 966.54s/it] Can not load video 75sBThtNTdo, broken link |
I'm trying to run the preprocess section of the script but running into issues with no discernable error to go off-of.
I was able to successfully run
python load_videos.py --metadata vox-metadata.csv --format .mp4 --out_folder vox --workers 8
which I see downloaded18,334
.mp4's to thevox/train
subdirectory:I've also unzipped the vox1-annotations to
txt/
:However, running
crop_vox.py
is not generating any output files (am I expecting cropped videos in thevideos/
directory?):Submission script
preprocess_bcri_chantal_64208433.err
preprocess_bcri_chantal_64208433.log
Do you have any suggestions for debugging this?
The text was updated successfully, but these errors were encountered: