PyTorch_YOLOv4 icon indicating copy to clipboard operation
PyTorch_YOLOv4 copied to clipboard

把训练好的模型.pt转换成.weight用到darknet里的问题

Open rickeyguan opened this issue 2 years ago • 1 comments

把训练好的模型.pt转换成.weight,和.cfg .names用到darknet里 测出来的结果和用.pt测的结果相差很大 请问我需要做什么修改吗?

when I use the .weight file changed from trained .pt file in darknet there is difference of the results. do I need to change something? thank you!

rickeyguan avatar Apr 11 '22 12:04 rickeyguan

你好,你是如何将.pt转成.weights的? hi,how do you convert .pt file to .weights file? @rickeyguan

把训练好的模型.pt转换成.weight,和.cfg .names用到darknet里 测出来的结果和用.pt测的结果相差很大 请问我需要做什么修改吗?

when I use the .weight file changed from trained .pt file in darknet there is difference of the results. do I need to change something? thank you!

xinhappy1 avatar Nov 14 '22 02:11 xinhappy1