alpr-unconstrained
alpr-unconstrained copied to clipboard
how to use annotation-tool.py
python annotation-tool.py 288 608 ./samples/train-detector/00011.jpg
python annotation-tool.py 288 608 ./samples/train-detector/00011.jpg You can cross check the image size (width, height) in GIMP (Image -> Image Properties). In the commandline tool, you need to specify width and the height. So, it could be "python annotation-tool.py 608 288 ./samples/train-detector/00011.jpg"
Have you solved annotation tool issue?