Closed PavanAchari closed 2 years ago
Use the coco dataset?
It's a custom dataset I have used
I have the same problem, too. And I used COCO datasets as the calibration dataset. And tested different "--calib_num_images". No matter how hard I try, the detections are not working.
I have the same problem, too. And I used COCO datasets as the calibration dataset. And tested different "--calib_num_images". No matter how hard I try, the detections are not working.
Thanks for your feedback, I will try to troubleshoot this as soon as possible
I have the same problem, too. And I used COCO datasets as the calibration dataset. And tested different "--calib_num_images". No matter how hard I try, the detections are not working.
which model?
@xiaohui0225 @PavanAchari
change the code
return image / 255. , scale
Hi First of all Thankyou very much for sharing this with us I am getting an issue when I am trying to convert the Yolov6 model weights to Tensorrt with int8 precession the conversion has been done but the detections are not working and also I have tried to reduce the threshold to 0.001 still the detections are not working and when I convert that model with fp32,fp16 is working fine Could you please help me with this
Thanks & Regards, Pavan