Deep-learning newbie here, I am trying to build a custom object detection model using yolov3. After reading some documentation/tutorials, I found that is often suggested to use pre-trained weights used for other datasets such as ImageNet or COCO, even when your custom data/labels have no relationship with these datasets. Is this true (if so why)?
I would like to do object detection on a very specific type of images, specifically screenshots of websites. Should I use pre-trained weights even in this case or is it better to do the training completely from scratch?