protoc object_detection/protos/*.proto –python_out=.
‘protoc’ is not recognized as an internal or external command,
operable program or batch file.
i have try to install a object detction module using this git clone https://github.com/tensorflow/models.git after it when i install it i get the error in a importing proto
import tensorflow as tf
from object_detection.utils import config_util
from object_detection.protos import pipeline_pb2
from google.protobuf import text_format
Rajput Akash is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.