bupt-ai-cz / LLVIP

LLVIP: A Visible-infrared Paired Dataset for Low-light Vision
610 stars 65 forks source link

The yolov5 and yolov3 model weight format may not be matched #25

Closed BubblyYi closed 2 years ago

BubblyYi commented 2 years ago

Hi,

Thanks for your amazing work!

When I use the weight of the yolov5 model which was downloaded from https://drive.google.com/file/d/1SPbr0PDiItape602-g-bstkX0P7NZo0q/view, I find that the format you provide is 'yolov5 trained model.rar', but the code only supports .pt, .onnx, .tflite, .pb formats.

Looking forward to your reply.

SantJay commented 2 years ago

You can load the model after unzipping the .rar file :).

BubblyYi commented 2 years ago

You can load the model after unzipping the .rar file :).

Hi, I have been found that problems, thank you very much.