I would like to learn how to train and detect an object using C#.
The detection needs to be on real time, on local machine, without stable internet connection, so I assume Azure will not be useful.
The detection needs to identiny if one (or more), out of 4 pre-trained objects exist in the frame.
If exist, to report back which object was detected, with coordinate.
Any guidance how to start? any tutorial that I can use?