Hi.
Recently I run some demos from the repo:
https://github.com/dusty-nv/jetson-inference
I followed the way step by step and run the demo successfully.
But one thing is that when I do this command
./segnet-console input.jpg output.jpg
It could create a new .engine named fcn_resnet18.onnx.1.1.GPU.FP16.engine
It shows that this engine is float16.
How can I get the engine which is INT8?
Many thanks~