Closed yinguobing closed 6 years ago
@yinguobing I did not do anything special, but regenerated the graph file and committed it. It compiled with NCSDK v2.08.01. In addition to "tvmonitor" it seems that "person" also recognizes normally.
By the way, the following repositories have better performance. https://github.com/PINTO0309/MobileNet-SSD-RealSense.git
Great! The new graph file works. Also I will try the other repository later. Thanks!
Hi Pinto,
Great work! Looks like Movidius has released a latest NVSDK v2.08.01. I found this version of SDK does not support the graph file included in your repo, Error messages:
I tried using the graph file compiled localy from
/home/pi/Desktop/ncappzoo/caffe/SSD_MobileNet
, however, the detection result is always 1 result with class name tvmonitor and a bounding box of whole frame size.As you have successfully run the SSD model before, would you please try the latest NVSDK and update this repo if possible?
Thanks!