LittleMeow

Results 53 comments of LittleMeow

[infer_onnx.txt](https://github.com/AILab-CVC/YOLO-World/files/14715980/infer_onnx.txt) And this is my script to inference onnx, maybe can help someone. It detaches `YOLOv5KeepRatioResize` and `LetterResize` from mmyolo, which are used in the test_pipeline of config, to ensure...

updates: a very strange phenomenon, parameters in exported onnx and corresponding checkpoint are different. Take the BN of the first conv layer as an example: ![1711097302143](https://github.com/AILab-CVC/YOLO-World/assets/13781923/0618dddb-72c5-472c-baa8-c7f35db5e51c) ![1711097351440](https://github.com/AILab-CVC/YOLO-World/assets/13781923/c58e27b6-ce93-4d23-b350-6d9e35510af9)