Tianxiaomo / pytorch-YOLOv4

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

Typo in the name of Yolov4 class member representing Neck #445

Closed MekhailS closed 2 years ago

MekhailS commented 3 years ago

https://github.com/Tianxiaomo/pytorch-YOLOv4/blob/4ccef0ec8fe984e059378813e33b3740929e0c19/models.py#L422

As it seems to be, there is a typo in member's name "neck"

Abdulaaty commented 2 years ago

@Tianxiaomo The weights saved have the layers name of "neek" instead of renamed "neck". You might want to update the weights available for download

GeorgeTsio commented 5 months ago

@Tianxiaomo The weights saved have the layers name of "neek" instead of renamed "neck". You might want to update the weights available for download

How to solve that?