├── LICENSE ├── README.md ├── fold_constants.py ├── image_processing.py ├── infer.py ├── labels └── class_labels.txt ├── postprocess_onnx.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/sampleQAT/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/sampleQAT/HEAD/README.md -------------------------------------------------------------------------------- /fold_constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/sampleQAT/HEAD/fold_constants.py -------------------------------------------------------------------------------- /image_processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/sampleQAT/HEAD/image_processing.py -------------------------------------------------------------------------------- /infer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/sampleQAT/HEAD/infer.py -------------------------------------------------------------------------------- /labels/class_labels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/sampleQAT/HEAD/labels/class_labels.txt -------------------------------------------------------------------------------- /postprocess_onnx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/sampleQAT/HEAD/postprocess_onnx.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/sampleQAT/HEAD/requirements.txt --------------------------------------------------------------------------------