TensorFlow-object-detection-tutorial icon indicating copy to clipboard operation
TensorFlow-object-detection-tutorial copied to clipboard

google.protobuf.text_format.ParseError: 87:6 : Message type "object_detection.protos.Hyperparams" has no field named "s".

Open shreyasharma98 opened this issue 5 years ago • 0 comments

Machine : Win10 64-bit python : Anaconda3 , python 3.6 tensorflow : 1.14 model configuration : ssd_mobilenet_v1_coco.config pre-trained model used : ssd_mobilenet_v1

in model/research python object_detection/legacy/train.py --logtostderr --train_dir=object_detection/training/ --pipeline_config_path=object_detection/ssd_mobilenet_v1_coco.config

error : google.protobuf.text_format.ParseError: 87:6 : Message type "object_detection.protos.Hyperparams" has no field named "s". Any help please!!

shreyasharma98 avatar Jan 16 '20 19:01 shreyasharma98