RuntimeError: Zero images were written.
Feywell opened this issue · 2 comments
Feywell commented
I use code like:
python load_videos.py --metadata ../data/ted-metadata.csv --format .mp4 --out_folder ../data/TED384-v2 --workers 8 --image_shape 384,384
to get ted-384 datasets
But, I get this error. And I print the frams, it is empty
KHao123 commented
I meet the same error. How do you fix it?
universome commented
The issue is that ted-metadata.csv
is not the correct metadata file (it has start
and end
columns being always zero). The correct one (ted384-metadata.csv
) is provided in snap-research/articulated-animation#12
Here is the link: ted384-metadata.csv