You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: