agrimgupta92 / sgan

Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018
MIT License
820 stars 261 forks source link

No such file or directory: 'models/sgan-models' #90

Open fengxianghu opened 3 years ago

fengxianghu commented 3 years ago

when i excute the command !python evaluate_model.py --model_path models/sgan-models

one error occurs : FileNotFoundError: [Errno 2] No such file or directory: 'models/sgan-models'

how to fix it?

fengxianghu commented 3 years ago

it is fixed. we got to run the command ! bash download_models.sh firstly to get the model

SreekarBasa commented 2 months ago

when i excute the command !python evaluate_model.py --model_path models/sgan-models

one error occurs : FileNotFoundError: [Errno 2] No such file or directory: 'models/sgan-models'

how to fix it?

python evaluate_model.py --model_path sgan/models.py , use thsi it will work