'Neural Network realtime Instance Segmentation from Video
I'm new to this whole neural network stuff, and for my first project I'd like to detect a car moving trough the frame. So far I found the cocodataset and YOLO object detection.
What I'm think I'm after is Object/Instance Segmentation, so I can define a region of Interest inside my view and then check for overlap with the Instance segment. As soon as a certain area is reached I can use that information as a trigger.
I guess as soon as I have the classified instance outline the geometrical stuff shouldn't be the issue, but for now I don't know if this is possible.
Has this been done, is there some example code (preferably in some "lazy" language as python, js). Is this currently possible in realtime at all? Do I have any chance to run this on a modern smartphone?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
