agrimgupta92 / sgan

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

Unreocgnized arguments for evaluate_model #51

Closed agoodge closed 5 years ago

agoodge commented 5 years ago

When I try

python scripts/evaluate_model.py \ --model_path models/sgan-models

I get the error: "unrecognized arguments: --model_path models/sgan-models"

Any idea what the error might be?