Tianxiaomo / pytorch-YOLOv4

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

Spelling error "convalution havn't" #419

Open BruceDai003 opened 3 years ago

BruceDai003 commented 3 years ago

https://github.com/Tianxiaomo/pytorch-YOLOv4/blob/4ccef0ec8fe984e059378813e33b3740929e0c19/tool/darknet2pytorch.py#L268 should be corrected to:

print("convolution haven't activate {}".format(activation))
Huxwell commented 3 years ago

I fix it when adressing with the original problem (skip connection not connected) https://github.com/Tianxiaomo/pytorch-YOLOv4/pull/412 but it's not reviewed yet.