I want my weight file to detect person, car, and my custom objects. I know the pretrained weight file for YOLOv4-tiny is trained for 80 objects which include person and car.
If I want my weight file to detect person, car, and my custom objects, am I suppose to train my weight file for person, car, and my custom objects from the start, or can I just train for my custom objects and it will detect all three of them. If I am able to just train for my custom objects and it will detect all three of them, how should I do it?
Also, if I train my weight file and done with training, can I extra train that weight file?
Thanks!