I have some questions about object detections in images/videos.
I tried this tutorial with success: Train Object Detection AI with 6 lines of code
In this tutorial, we train a model to detect hololens. If I wanted to detect cars, I need to train a new model.
My question is: can I take my actual model (hololens) and make it detect hololens and cars?
In the end, I want to have one file (model) that detects all the objects that I put it to train. I will put a directory of 'n' images, and the model will try to detect everything it's trained to detect and return the name of the objects detected.
Sorry my bad english!!