Hi guys,
New to the community I am absolutely baffled about the performance on the RPi3+NCS. Especially for real time object detection.
I am looking in to using this on few coming projects instead of the Jetson TX2, but from what I can read it lacks support for e.g. models trained from TF Object Detection API.
Could you share with us the status of this? Being able to deploy custom trained TF detection models directly on the NCS would indeed be a game changer!
Thanks,
Jesper
链接已复制
4 回复数
@JChr89 The examples included in the appzoo and in the SDK are pretrained nets, but that does not mean you can't use transfer learning with them to classify/detect other objects. It is entirely possible to use transfer learning with the pretrained networks. In fact, AshwinVijayakumar has a post about transfer learning with GoogLeNet @ https://movidius.github.io/blog/deploying-custom-caffe-models/.