Peterisfar / YOLOV3

yolov3 by pytorch
MIT License
195 stars 53 forks source link

What's the difference between darknet53-448.weights and darknet53.conv.74? #40

Closed crownz-sec closed 3 years ago

crownz-sec commented 3 years ago

Both of them can be download from YOLOv3 author's website, but now there is only darknet53.conv.74 showed on the YOLOv3's page.SO I am hesitating which one to use to pre-train the network. Can anyone tell me the difference between them?

Peterisfar commented 3 years ago

Both of them can be download from YOLOv3 author's website, but now there is only darknet53.conv.74 showed on the YOLOv3's page.SO I am hesitating which one to use to pre-train the network. Can anyone tell me the difference between them?

darknet53-448's weights are complete, but darknet53.conv.74 only contain previous 74 layers.

crownz-sec commented 3 years ago

Both of them can be download from YOLOv3 author's website, but now there is only darknet53.conv.74 showed on the YOLOv3's page.SO I am hesitating which one to use to pre-train the network. Can anyone tell me the difference between them?

darknet53-448's weights are complete, but darknet53.conv.74 only contain previous 74 layers.

okay, thanks