Tao yolov4 No such file or directory: 'pipeline.txt'

Hi, I have been running command:
tao yolov4 -e pip tao yolo_v4 train -e pipeline.txt -r ./output -k computervision

pipeline.txt is in local directory, but even providing full path to the file results in file not found error

Is there any typo in your command? I see two “tao yolov4”.

More, the pipeline.txt and ./output will be the path inside the docker instead of your local directory. It is related to the setting in your ~/.tao_mounts.json.

Hi @Morganh, thank you so much for your quick reply! You were correct, after setting the directories in ~/.tao_mounts.json the commands worked properly.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.