Burhan
Burhan
I see the icon has been updated to use `#0b23a9` so I'm going to merge
Hey there @0xSynapse I started working on a diagram for YOLO11 for the docs, but was not able to get it fully refined prior to launch. I'm planning to continue...
@AbdullahOx unfortunately it doesn't look like we'll be releasing an official diagram.
It's interesting you got better results with `MINMAX` calibration, it was the inverse when INT8 was originally introduced https://github.com/ultralytics/ultralytics/pull/10165#issuecomment-2094878224
> If I run TensorRT int8 model validation without `rect=False`(which use the default rect mode and the input images are at 672 size, not 640) it'd throw shape mismatch warning...
@Laughing-q since you export at `imgsz=640` it sets the upper limit for the inference resolution to `640`. In the export code, the `workspace` argument was previously used to [scale the...
For the record, just noticed #7655 appears to be related/similar
@nattigt this feature has not yet been reviewed or released. You will see it marked as "merged" when or if it is included with the main Ultralytics branch. If you...
@austy81 and @CourchesneA could you both add a 👍 to the original PR comment? I think it would be a great way to show what PRs the community have the...
@trianta2 this is likely a part of the NMS process, where small changes in the image result in compounding differences in the candidate predictions that result in a different "final"...