PyTorch_YOLOv4
PyTorch_YOLOv4 copied to clipboard
Training on Custom Dataset
Dear Wong,
I wanted to train YOLOv4pacsp-x-mish for my custom dataset. Can you please guide me in this aspect.
- Which pretrained weights file should I use for transfer learning? I need the yolov4-pacsp-x-mish.pt file right? But I can't seem to find it. I can only find the yolov4-pacsp-x-mish.weights file
- I know I have to provide my custom .yaml file. Is there anything else that I also need to do?
Hey @NazmulTakbir
Did you try loading darknet .weights before training the model the model? Did it work?