merantix / imitation-learning

Autonomous driving: Tensorflow implementation of the paper "End-to-end Driving via Conditional Imitation Learning"
https://medium.com/merantix/journey-from-academic-paper-to-industry-usage-cf57fe598f31
MIT License
89 stars 21 forks source link

error in preprocessor #21

Closed gnniaaa closed 3 years ago

gnniaaa commented 3 years ago

When I run the preprocessor.py by python imitation/preprocessor.py --preproc_config_paths=config-preprocess-production.yaml I got this error:tensorflow.python.framework.errors_impl.NotFoundError: /home/ps/tmp/imitation-learning/config-preprocess-production.yaml; No such file or directory What does this mean?

markus-hinsche commented 3 years ago

Does python imitation/preprocessor.py --preproc_config_paths=imitation/config-preprocess-production.yaml work?

gnniaaa commented 3 years ago

Yes!Thank you!