I am trying to run the object_detection.ipynb
type program but it is a normal python program(.py). It is working very well but when running inside the ..m
in python*./site-packages folder , you can see the utils folder . by default , when we run "from utils import label_map_util" it will try search label_map_util in python.*/site-packages/utils folder.
this error can solve by changing the directory or copying a file from tensorflow/models/utils to python*.*/site-packages/utils