LittleMeow
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:  
Hello, any updates ?