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 ?
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.