Where Can I GET The Module object_detection.protos
It gives me an error
Traceback (most recent call last):
File "VehicleMoniter.py", line 40, in
from utils import label_map_util
File "/home/user/Desktop/IMP/Traffic-Rule-Violation-Detection-System-master/utils/label_map_util.py", line 22, in
from object_detection.protos import string_int_label_map_pb2
ModuleNotFoundError: No module named 'object_detection'
Where Can I GET The Module object_detection.protos It gives me an error
Traceback (most recent call last): File "VehicleMoniter.py", line 40, in
from utils import label_map_util
File "/home/user/Desktop/IMP/Traffic-Rule-Violation-Detection-System-master/utils/label_map_util.py", line 22, in
from object_detection.protos import string_int_label_map_pb2
ModuleNotFoundError: No module named 'object_detection'