Tianxiaomo / pytorch-YOLOv4

PyTorch ,ONNX and TensorRT implementation of YOLOv4
Apache License 2.0
4.47k stars 1.49k forks source link

Are the parameters downloaded(yolov4.conv.137.pth) in the current project after training? #498

Open hustCYQ opened 2 years ago

hustCYQ commented 2 years ago

I want to know if I can directly import the downloaded parameters (yolov4.conv.137.pth) to detect the images in the COCO dataset. In addition, what is the difference between yolov4.conv.137.pth and yolov4.pth?