I'm having hard time to run train.py .
I keep having the same error :
Assert os.path.isdir(dir),";%s is not a valid directory"; % dir
AssertionError: ./dataset/danceFashion_anoo/train_256/train_256/train_A is not a valid directory
PS : I did follow the script provided :
python ./script/extract_video_frames.py \
--frame_root=[path to write the video frames] \
--video_path=[path to the mp4 files] \
--anno_path=[path to the previously downloaded skeletons]
I'm having hard time to run train.py . I keep having the same error : Assert os.path.isdir(dir),";%s is not a valid directory"; % dir AssertionError: ./dataset/danceFashion_anoo/train_256/train_256/train_A is not a valid directory
PS : I did follow the script provided :
python ./script/extract_video_frames.py \ --frame_root=[path to write the video frames] \ --video_path=[path to the mp4 files] \ --anno_path=[path to the previously downloaded skeletons]