Jetson NANO Cucumber Detection with Counting

Hello,

We are searching for a object detection network, which detects small cucumbers on a conveyor to count them.

We already have a nvidia jetson nano with a raspberry pi camera.
Our first try was on a raspberry pi with tensorflow, but it was too slow to count the cucumbers, because the conveyor is really fast and it should count them in real time.

Do anybody have any solutions for that and make us an offer?

Best Regards from Bavaria

Hi,

It’s recommended to use TensorRT based method to maximize the performance.
Could you check if this sample can fulfill your requirement?
[url]https://github.com/dusty-nv/jetson-inference/blob/master/docs/detectnet-console-2.md[/url]

Thanks.