Sneeze and cough detection

Hey techies ,
I would like to detect Cough and Sneeze with a livestream camera. I am going to use Jetson nano for the same. I can’t find any information , can you please provide me with some resources or pretrained models or examples for the same , like links , repositories etc., My main idea would be that when a person sneezes or coughs in front of my camera , it should be detected and labelled (may be a square box with title). I am thinking of using OpenCV for the same. Any suggestions ? Or any pretrained models with pytorch? Or getting started with jetson nano in DLI allows me to train my data?

Hi krisha.sundar19,

There are many interesting project sharing at Jetson Projects - NVIDIA Developer Forums
Or can do the study from GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.

Thanks

Thank you so much