-
Notifications
You must be signed in to change notification settings - Fork 45.6k
string_int_label_map_pb2 issue #1604
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
I had the same issue. The protobuf libraries need to be compiled |
thank you very much , but when I run the commond ,it shows anthoer worng, what is wrong ? Could you help me? thank you very much |
I am not sure what is wrong in your specific example. This type of question is also better suited to stackoverflow, you can ask, there and may get more responses. |
Solved by updating protobuf |
@10183308 as mentioned, this issue is most likely caused an outdated version of the protobuf compiler. You can download a more recent version of the protobuf compiler here: https://github.com/google/protobuf/releases We recommend using protobuf 2.6.1 or higher. |
Should the object detection tutorial mention the installation in the beginning? Issues #1562, #1591, #1595 and this one are all related to not knowing that such installation (especially the Protobuf compilation step) is required. This would make the tutorial clearer and avoid future confusion. |
But when i do... |
You to add a space. Use |
Thanks @danzelmo, problem solved! |
Looks like the installation instructions on the object detection tutorial do include a mention of the Protobuf requirement. Closing this issue. |
Hi, I have the same problem and I did as you said : now I have the file string_int_label_map_pb2, in the right place, but he still says that he can not find it :/ ImportError: cannot import name 'string_int_label_map_pb2' Do you have any idea? |
hello all,
when i run the create_pascal_tf_record.py,it shows that
ImportError: cannot import name string_int_label_map_pb2
i want to konw where is the string_int_label_map_pb2 ?
thank you very much
The text was updated successfully, but these errors were encountered: