license_plate_detection_lpd_yunet_2023mar_int8bq.onnx represents the block-quantized version in int8 precision and is generated using block_quantize.py with block_size=64.1# detect on camera input
2python demo.py
3# detect on an image
4python demo.py --input /path/to/image -v
5# get help regarding various parameters
6python demo.py --help