PyTorch_YOLOv4 icon indicating copy to clipboard operation
PyTorch_YOLOv4 copied to clipboard

You provide the pretrained model(.weights). How can I get the pretrained model (.pt)?

Open XFR1998 opened this issue 4 years ago • 2 comments

You provide the pretrained model(.weights). How can I get the pretrained model (.pt)?

XFR1998 avatar Mar 03 '21 01:03 XFR1998

simply way is load .weights then save to .pt.

WongKinYiu avatar Mar 04 '21 02:03 WongKinYiu

@WongKinYiu check below issue https://github.com/WongKinYiu/PyTorch_YOLOv4/issues/390

YoungjaeDev avatar Mar 07 '22 00:03 YoungjaeDev