NVlabs/long-video-gan

"make_dataset_from_youtube.py: error: unrecognized arguments:", "No such file or directory" "Cannot create a file when that file already exists"

Closed this issue · 1 comments

I was trying to gather a dataset from these videos:
input.json.txt
When I run the command from readme:
python -m dataset_tools.make_dataset_from_youtube clips_config_path=dataset/input.json output_dir=data video_cache_dir=dataset/cache --height=144 --width=256 --partition=0 --num-partitions=10
I get this error: FileNotFoundError: [Errno 2] No such file or directory: 'clips_config_path=input.json'
I have tried a variety of variations, all with different outcomes.

Does anyone know the command I am supposed to use for this?

Specs: Windows 10 3070 3900x

It somehow works now. I downloaded all the videos manually through ytdlp then ran this command python -m dataset_tools.make_dataset_from_videos D:\vscode\long-video-gan\dataset data --height=18 --width=32 --partition=0 --num-partitions=10
(D: is my external SSD)