Tensorflow Object Detection API on Windows - error “ModuleNotFoundError: No module named 'utils'”
问题 I'm attempting to get the TensorFlow Object Detection API https://github.com/tensorflow/models/tree/master/research/object_detection working on Windows by following the install instructions https://github.com/tensorflow/models/tree/master/research/object_detection Which seem to be for Linux/Mac. I can only get this to work if I put a script in the directory I cloned the above repo to. If I put the script in any other directory I get this error: ModuleNotFoundError: No module named 'utils' I