Katsuya Hyodo
Results
223
comments of
Katsuya Hyodo
trafficstars
@Aaronreb Yes.
It is a bug in the API implemented by YOLOv5, YOLOv8, YOLOv9 and YOLOv10. It has nothing to do with onnx2tf. **Your ONNX is broken from the start**. ``` onnxsim...
Quite simply, the design of the model is not good enough. Unnecessary `Reshape` should not be used. The conversion to NHWC is not limited to YOLOv8, but other models always...