I'm trying to install TensorFlow Object Detection on my PC which is Windows10, after finished all the installation steps, I tied to run tutorial program, but I told me there is a import problem
ImportError: cannot import name 'string_int_label_map_pb2'
I have run the
protoc object_detection/protos/*.proto --python_out=.
My python is 3.6.2, protoc version is 3.4.0