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 #12

Closed NamDinhRobotics closed 6 years ago

NamDinhRobotics commented 6 years ago

Hi! I tried to run ./run-bagdump.sh -i /data -o /output , but got the error ./run.sh: line 32: docker: command not found I set my folders follow this image, please help me!! screenshot from 2018-05-25 19-18-35

rwightman commented 6 years ago

Looks like you probably used relative paths, the paths get passed through to Docker volume mappings and those need to be absolute ... ie /home/DataDeep/Ch2_001/output not ./output

JiweiTian commented 5 years ago

I encounterd this problem also. The absolute path also don't work! Can you help me ?

JiweiTian commented 5 years ago

@NamDinhRobotics @rwightman @RunOrVeith I encounterd this problem also. The absolute path also don't work! Can you help me ?