How to show confusion matrix and model accuracy graph in Jetson Nano 2GB

Hi @m012110024, jetson-inference is for inference with TensorRT and doesn’t include things like loading ground-truth datasets used for computing the confusion matrix or model accuracy. Those things would be more easily done with the code that was used for training the model (i.e. in the PyTorch or TensorFlow scripts)