Fix mutex lock issues
This commit is contained in:
@@ -14,13 +14,13 @@ namespace ANSCENTER { class ANSONNXOCR; struct OCRModelConfig; }
|
||||
|
||||
namespace ANSCENTER
|
||||
{
|
||||
/// ANSALPR_OCR — License plate recognition using ONNX YOLO for LP detection
|
||||
/// ANSALPR_OCR — License plate recognition using YOLO for LP detection
|
||||
/// and ANSONNXOCR (PaddleOCR v5) for text recognition.
|
||||
///
|
||||
/// Pipeline:
|
||||
/// 1. Detect license plates using _lpDetector (ANSONNXYOLO)
|
||||
/// 1. Detect license plates using _lpDetector (ANSRTYOLO on NVIDIA GPU, ANSONNXYOLO otherwise)
|
||||
/// 2. For each detected plate, run OCR using _ocrEngine (ANSONNXOCR)
|
||||
/// 3. Optionally classify plate colour using _lpColourDetector (ANSONNXYOLO)
|
||||
/// 3. Optionally classify plate colour using _lpColourDetector (ANSRTYOLO on NVIDIA GPU, ANSONNXYOLO otherwise)
|
||||
///
|
||||
/// Supports multiple countries via the Country enum and ALPR post-processing
|
||||
/// from ANSOCR's ANSOCRBase infrastructure.
|
||||
|
||||
Reference in New Issue
Block a user