Darya Vinogradova
Darya Vinogradova
Hi! Which preprocessing should I use for non-fullframe classifiers? Do you have any examples of their usage in your demo?
Hi! I'm trying to quantize MobileNetV3 with tflite, but int8-model performs very poor. I think, it is because of linear quantization, which is too simple method not appropriate for any...
Hello! I'm trying to convert model to int8. trtexec converts in successfully, but while converting with C++ API and my own calibrator I get the following error. `1: [softMaxV2Runner.cpp::execute::226] Error...
## Description I am trying to convert onnx model to int8 with latest TensorRT. I got the following error: ``` [05/19/2023-14:42:31] [E] Error[2]: Assertion getter(i) != 0 failed. [05/19/2023-14:42:33] [E]...