RenYurui / Global-Flow-Local-Attention

The source code for paper "Deep Image Spatial Transformation for Person Image Generation"
https://renyurui.github.io/GFLA-web
Other
566 stars 84 forks source link

train_A #97

Open WiemBorchani opened 2 years ago

WiemBorchani commented 2 years ago

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]

zhangxujinsh commented 1 year ago

https://github.com/RenYurui/Global-Flow-Local-Attention/issues/51