PyTorch_YOLOv4
PyTorch_YOLOv4 copied to clipboard
You provide the pretrained model(.weights). How can I get the pretrained model (.pt)?
You provide the pretrained model(.weights). How can I get the pretrained model (.pt)?
simply way is load .weights then save to .pt.
@WongKinYiu check below issue https://github.com/WongKinYiu/PyTorch_YOLOv4/issues/390