AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.65k stars 7.96k forks source link

YOLOv4-SAM-Mish(Size: 512) and YOLOv4-SAM-Mish(Size: 608) in YOLOv4 model zoo are same file! #6165

Open mck0517 opened 4 years ago

mck0517 commented 4 years ago

I experimented with pre-trained models in the model zoo. However, I found that YOLOv4-SAM-Mish (Size: 512) and YOLOv4-SAM-Mish (Size: 608) are the same model.

  1. File Capacity are same: Both the cfg and weight files have the same capacity(ex: cfg file is 12,587 bytes and weight file is 263,251,336 bytes).

  2. Model information are same: YOLOv4-SAM-Mish (Size: 512) YOLOv4-SAM-Mish (Size: 512)

YOLOv4-SAM-Mish (Size: 608) YOLOv4-SAM-Mish (Size: 608)

  1. Bounding boxes result are same: I confirmed that the bounding boxes results of both models are the same.

Please check if the same models have been uploaded.

AlexeyAB commented 4 years ago

You should set width=608 height=608 in cfg-file manually.

chenchenwendy commented 3 years ago

where did you put the [sam]

yinyuhangi commented 3 years ago

Thank you for your time. Where did you put the [sam]? @AlexeyAB @mck0517