Thank you for this project. Iwas trying to build something similar on my Jetson Xavier and kept failing. Why do you think I am getting this google.protobuf error after pulling your project down to the Xavier with git clone? Thank you.
$ python CarDetection.py snapshot_iter_19778.caffemodel deploy.prototxt project_video.mp4
Traceback (most recent call last):
File "CarDetection.py", line 16, in
from google.protobuf import text_format
ImportError: No module named google.protobuf
Thank you for this project. Iwas trying to build something similar on my Jetson Xavier and kept failing. Why do you think I am getting this google.protobuf error after pulling your project down to the Xavier with git clone? Thank you.
$ python CarDetection.py snapshot_iter_19778.caffemodel deploy.prototxt project_video.mp4
Traceback (most recent call last):
File "CarDetection.py", line 16, in
from google.protobuf import text_format
ImportError: No module named google.protobuf