rwightman / udacity-driving-reader

Quick docker based reader for udacity rosbag self-driving dataset. Dumps to png/jpg + csv or Tensorflow examples.
Apache License 2.0
162 stars 64 forks source link

error ./run.sh: line 32: docker: command not found #19

Closed JiweiTian closed 5 years ago

JiweiTian commented 5 years ago

https://github.com/rwightman/udacity-driving-reader/issues/12 The absolute path also don't work! Can you help me? Thank you very much!

rwightman commented 5 years ago

I just did a quick test after updating the dockerfile based on @aayushARM work, everything works fun with the bag file extraction still. Again make sure both your input and output paths are definitely absolute (from the root of your filesystem). Make sure there are bag files to be found in the input folder and that you have the correct read and write permissions in the input and output folder (respectively). Also make sure you build the docker image first.

JiweiTian commented 5 years ago

Thanks for your reply. The above issue is solved. However, i encountered the following issue. In fact, i have numpy==1.13.0 on the host and the container. So i don't know why it still don't work. Can you help me? Thank you. @rwightman 图片

rwightman commented 5 years ago

Try updating to the latest commit of this repo, rebuild the container.