- windows
- python >= 3.6.0
- opencv-python >= 4.2.X
- flask >= 1.0.0
-
Inference with v3-fastest
python main.py --model v3_fastest --det True
-
Inference with v4-tiny
python main.py --model v4_tiny --det True
-
Inference with v5-dnn
python main.py --model v5_dnn --det True
-
Inference with NanoDet
python main.py --model vx_ort --det True