kenshohara/3D-ResNets-PyTorch

generate_video_jpgs.py arguments are required error

EmirhanToprak opened this issue · 2 comments

Hi, im getting the error that dir_path, dts_path, dataset required.
The changes i did, is shown in the ss with red lines.
I gave the path files as default and file names at left top

'dirt_path', default = ucf101 video dataset
'dts_path', default = empty file for create jpgs
'dataset' i changed as default= 'ucf101'

Ekran görüntüsü 2021-04-10 172229

You should put "--" in front of the variable names to make then optional, like this '--dir_path', '--dst_path' and '--dataset'.

It worked, thank you for reply 👍