Hardware Platform (Jetson / GPU) Orin Nano
DeepStream Version :6.3
JetPack Version (valid for Jetson only) 5.1.2-b104
TensorRT Version 8.5.2-1+cuda11.4
Issue Type Question
I have a working yolo_v4_tiny model onnx file. Running deepstream converts it to fp16-engine, but this works on limits of 6 gb RAM of Jetson Orin Nano and slows/crashes.
I would like to create an int8 file out of model.onnx. What are the steps I should do for the easiest way? Best Reagrds
You can use the below command to convert the ONNX model to an engine file, you need the calibration cache file generated during the calibration process:
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
DeepStream is only an inferencing framework. There is no calibration function in DeepStream.