Raspberry_ObjectDetection_Camera icon indicating copy to clipboard operation
Raspberry_ObjectDetection_Camera copied to clipboard

Tensorflow ObjectDetectionAPI on Raspberry3B+, OpenCV, SSDmobile

Results 5 Raspberry_ObjectDetection_Camera issues
Sort by recently updated
recently updated
newest added

Hello, could you please give me your ckpt flie of this model,I really need it,thank you very much!!! my email: [email protected]

Loading... Finish Load Graph.. Running detection.. Traceback (most recent call last): File "opencv_camera.py", line 88, in feed_dict={image_tensor: image_np_expanded}) File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 889, in run run_metadata_ptr) File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1089, in...

我在树莓派上运行sudo pip install tensorflow-1.10.0-cp35-none-linux_armv7l.whl 后 运行opencv_camera.py 报错: File "opencv_camera.py", line 5, in import tensorflow as tf ImportError: No module named tensorflow 这要怎么解决呢?

我想问下,你的模型在树莓派上一秒能处理多少帧??还有,你的mobilenetv2有么有精简,用的1.0(完整版)吗?

我用widerface进行fine tune后,人脸检测率低的可怕,你有测试过吗?