NVIDIA Jetson : Have you used it?

Hello!

I am looking to develop a program that recognises if someone is wearing a mask or not when they enter a door, I was wondering if anyone has had any experience in machine learning and if the Jetson would have enough horsepower to do the task in real time ?

Regards😍

Ultirian

1 Like

The RPi got 2.5 fps, so with Cuda speedup you might get something that’s usable.

2 Likes

Thank you for that and this means I have a baseline to improve from :slight_smile: thank you :slight_smile:

1 Like

Have fun with it! It will definitely help you if you take any Machine Learning courses later on. :+1:

1 Like

Used a Jetson tx1 in uni four years ago. Around 30 fps getting object recognition with YOLO and ROS working. Should be good enough.

Oh and some friendly advice, learn to separate a “real time” operation (always meets their deadlines) to a “live” operation (processes data fast enough to respond within a few milliseconds). A minor but important distinction.

1 Like

This topic was automatically closed 273 days after the last reply. New replies are no longer allowed.