-
Notifications
You must be signed in to change notification settings - Fork 45.6k
when i want to change the voc_data to tf_data,it tell me that cannot import name string_int_label_map_pb2 #1904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Have you completed installation in the instructions? Related: #1604 |
@korrawat Oh,yes,i am sure,and it often happens that when i import some models,it will tell me that i cannot import it. |
Please provide details about what platform you are using (operating system, architecture). Also include your TensorFlow version. Also, did you compile from source or install a binary? Make sure you also include the exact command if possible to produce the output included in your test case. If you are unclear what to include see the issue template displayed in the Github new issue template. We ask for this in the issue submission template, because it is really difficult to help without that information. Thanks! |
ubuntu 14.04,tensorflow-gpu1.01,python 2.7.6 @michaelisard Thank you. |
Can you give more detailed repro instructions of exactly what you did that triggers the error, and a fuller error log? It is hard to know what the problem could be from the information you have given. Thanks! |
Closing this issue due to inactivity, feel free to reopen if the problem persists. |
Traceback (most recent call last):
File "create_pascal_tf_record.py", line 37, in
from object_detection.utils import label_map_util
File "build/bdist.linux-x86_64/egg/object_detection/utils/label_map_util.py", line 22, in
ImportError: cannot import name string_int_label_map_pb2
The text was updated successfully, but these errors were encountered: