Hello every one, there need from object_detection.protos import preprocessor_pb2
when i run object_detection/train.py
,but I can't find preprocessor_pb2.py
under the path tensorflow-models/object_detection/protos/*
,How can i fix it? Thanks!
Looks like you did not compile your protobufs in this directory.
There is a section about compiling the protobufs in the installation instructions.
Does this solve your problem?
It works! Thank you!!
Most helpful comment
It works! Thank you!!