I'm working on a Bacteria detection project.
My question is : is it releavant to use pretrained weights and only train a model on few last layers to detect unusual objects ? Or should i train the model from scratch ? (i have arround 2000 images of bacterias and I did'nt use any data augmentation yet) I tried to train from scratch yoloV3 on the tiny-yolo model but i have a min loss of 4... Any suggestions ? Any prefered model ?