You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libprotobuf ERROR google/protobuf/io/coded_stream.cc:207] A protocol message was rejected because it was too big (more than 67108864 bytes). To increase the limit (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.
Traceback (most recent call last):
File "image_recognition.py", line 48, in
tensor = RosTensorFlow()
File "image_recognition.py", line 15, in init
classify_image.create_graph()
File "/usr/local/lib/python2.7/dist-packages/tensorflow/models/image/imagenet/classify_image.py", line 141, in create_graph
graph_def.ParseFromString(f.read())
I get this error when i run the Ros-tesnorflow example.
The text was updated successfully, but these errors were encountered:
Hi @Dhivin
The problem seems to be with TensorFlow. There is a discussion happening about this issue in the following GitHub thread. I have tested this code in " TensorFlow with CPU support only".
[libprotobuf ERROR google/protobuf/io/coded_stream.cc:207] A protocol message was rejected because it was too big (more than 67108864 bytes). To increase the limit (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.
Traceback (most recent call last):
File "image_recognition.py", line 48, in
tensor = RosTensorFlow()
File "image_recognition.py", line 15, in init
classify_image.create_graph()
File "/usr/local/lib/python2.7/dist-packages/tensorflow/models/image/imagenet/classify_image.py", line 141, in create_graph
graph_def.ParseFromString(f.read())
I get this error when i run the Ros-tesnorflow example.
The text was updated successfully, but these errors were encountered: