Hello everyone,
I am new to programming and the world of machine learning.
I understand there is a lot of fantastic open source dataset like ResNet, GoogleNet etc, that is capable to detect everyday object like cars, person etc.
My question is how can I make use of the result - let say if I want to start a video recording based on object detected on the frame. e.g only start recording if there is only car and people detected. In a high level senses, how I hook the software together to allow my jetson nano to have the capability.
As far as my research goes, I assume I can use a python script and ‘if, else’ statement?
Sorry for the noob question but I just hope someone can give me guidance on how and where I should look more into this
Thanks a lot!