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
File "/usr/local/lib/python3.6/dist-packages/google/protobuf/text_format.py", line 947, in _MergeField (message_descriptor.full_name, name)) google.protobuf.text_format.ParseError: 141:9 : Message type "object_detection.protos.BatchNonMaxSuppression" has no field named "use_static_shapes".
#81
Open
dsnsabari opened this issue
Jan 27, 2021
· 0 comments
I tired to convert the ssdmobilenet v3 in jetson xavier. But I am getting the below error.
File "/usr/local/lib/python3.6/dist-packages/google/protobuf/text_format.py", line 947, in _MergeField (message_descriptor.full_name, name)) google.protobuf.text_format.ParseError: 141:9 : Message type "object_detection.protos.BatchNonMaxSuppression" has no field named "use_static_shapes".
My protocol buffer version: Name: protobuf Version: 3.14.0 Summary: Protocol Buffers Home-page: https://developers.google.com/protocol-buffers/ Author: None Author-email: None License: 3-Clause BSD License Location: /usr/local/lib/python3.6/dist-packages Requires: six Required-by: tensorflow, tensorboard, uff
TF version is 1.15
The text was updated successfully, but these errors were encountered:
I tired to convert the ssdmobilenet v3 in jetson xavier. But I am getting the below error.
File "/usr/local/lib/python3.6/dist-packages/google/protobuf/text_format.py", line 947, in _MergeField (message_descriptor.full_name, name)) google.protobuf.text_format.ParseError: 141:9 : Message type "object_detection.protos.BatchNonMaxSuppression" has no field named "use_static_shapes".
My protocol buffer version:
Name: protobuf Version: 3.14.0 Summary: Protocol Buffers Home-page: https://developers.google.com/protocol-buffers/ Author: None Author-email: None License: 3-Clause BSD License Location: /usr/local/lib/python3.6/dist-packages Requires: six Required-by: tensorflow, tensorboard, uff
TF version is 1.15
The text was updated successfully, but these errors were encountered: