rainnz

rainnz t1_jce240r wrote

I have degree in CS but have not done anything with ML, AI, NN or CV.

I want to create simple program, that I intend to run on Nvidia Jetson Nano, that will process live HDMI video stream from a street video camera. If someone appears in the video feed, holding a sign with a specific sport's team symbol, like Arizona Cardinals - I want this to be detected right away and some action performed. Like sending an email.

Is it something I can do with OpenCV's object detection? If not - please let me know what would be the appropriate framework I'd need to use for this.

Thank you.

2