Egor
Egor
@dylanlb Hello, can you tell me what kind of file cocoeval.py is and where exactly did you find this line?
You use NMS plugin in your model?
I have a similar problem. Wrote an issue here: [NVIDIA/TensorRT/issues/3372](https://github.com/NVIDIA/TensorRT/issues/3372)
https://github.com/thaitc-hust/yolov9-tensorrt
@Chilicyy thanks, it works)
The problem disappeared if you remove the `--fuse_ab` flag when running the command
@Chilicyy Hi, what is the difference between P5 and P6 models?
@Chilicyy and what the function named `fuse_ab`?
@perseusdg you are tested on yolov7 with this instruction? https://github.com/perseusdg/tkDNN/blob/swish-dev/docs/exporting_weights.md
@ceccocats @seba-eng @perseusdg @mkzein @AGpix How can this be applied to YOLOv7-8 for a PyTorch implementation? They don't have the files _**model.cfg**_ and _**model.weights**_, but there is only _**model.yaml**_ and...