marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.38k stars 343 forks source link

cannot convert yoloV8 model to int8 #545

Open fdarvas opened 3 weeks ago

fdarvas commented 3 weeks ago

I am trying to follow the instructions for quantization with the yoloV8 model and after reading the 1000 calibration images, tensort errros out with:

ERROR: [TRT]: 10: Could not find any implementation for node /0/model.22/Range. ERROR: [TRT]: 10: [optimizer.cpp::computeCosts::3869] Error Code 10: Internal Error (Could not find any implementation for node /0/model.22/Range.)

Did anyone run across this issue? Are there any solutions for it?