PRBonn / bonnet

Bonnet: An Open-Source Training and Deployment Framework for Semantic Segmentation in Robotics.
GNU General Public License v3.0
323 stars 89 forks source link

Error opening data.yaml file #34

Closed ghost closed 6 years ago

ghost commented 6 years ago

I'm trying to use the pretrained model to generate masks for a video. I followed the instructions on how to run it python ./cnn_video.py small.mp4 -p cnn_video_pb.py

and it gives me this error:

`INTERFACE: Video to infer:
Log dir: /tmp/net_predict_log model path cnn_video_pb.py model type iou data yaml: None net yaml: None train yaml: None Verbose?: False

Opening default data file data.yaml from log folder Error opening data yaml file... `

tano297 commented 6 years ago

Hi there, you need to use the path to the trained model to infer, not cnn_video_pb.py. The links are in the main readme