Submitted by AutoModerator t3_z07o4c in MachineLearning
Evoke_App t1_ixfxymq wrote
Is there a video recognition AI that's open source like Yolo, an image recognition AI?
Gazorpazzor t1_ixq5oa5 wrote
Usually Image recognition models are the ones used for video recognition too. Yolo models are often used for video recognition thanks to their near real-time inference time.
I invite you to check YoloV7 github page, they also have a script implementation of their model for video recognition on the main page.
Viewing a single comment thread. View all comments