-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'object_detection' #56
Comments
Hi @Airyzf, trt_v1 needs https://github.com/NVIDIA-Jetson/tf_trt_models And when using PC, you need TensorRT and trt enabled tensorflow (1.8 or later). |
thank you, it work when the config.yml is nms_v2, but dont work trt_v1 , here is my execution step
|
Hi, @Airyzf, OK, I understood.
It is installed by tf_trt_models. |
thanks, there is no errors about 'object_detection' , but i got an other error. Traceback (most recent call last): |
Hi @Airyzf, I cannot check that problem. Because it does not occur in my environment. Please check whether tf_trt_models examples can be executed. |
ok, thank you |
Hi, I got an error when running "python run_stream.py",
Traceback (most recent call last):
File "run_stream.py", line 125, in main
from lib.detection_trt_v1 import TRTV1
File "/home/nvidia/Downloads/realtime_object_detection-master/lib/detection_trt_v1.py", line 4, in
from lib.load_graph_trt_v1 import LoadFrozenGraph
File "/home/nvidia/Downloads/realtime_object_detection-master/lib/load_graph_trt_v1.py", line 10, in
from tf_trt_models.detection import download_detection_model
File "/home/nvidia/Downloads/realtime_object_detection-master/tf_trt_models/detection.py", line 5, in
from object_detection.protos.pipeline_pb2 import TrainEvalPipelineConfig
ImportError: No module named 'object_detection'
I downloaded the object_detection from https://github.com/tensorflow/models and put it to the same directory as the "detection.py",but it didn't work .
The text was updated successfully, but these errors were encountered: