It will be updated to pypi
and conda
soon with stable releases
pip install https://github.com/deepraj1729/yplate/releases/download/0.0.1/yplate-0.0.1-py3-none-any.whl
pip install https://github.com/deepraj1729/yplate/releases/download/0.0.1/yplate-0.0.1.tar.gz
-
detect
-
crop
(1.a) Detect plates automatically (detected image will be saved to output directory always with original starting file name)
yplate detect images/car2.jpg
(1.b) Detect plates and custom save it with a valid new filename (detected image will be saved to output directory with custom file name)
yplate detect images/car2.jpg --save out2.jpg
yplate detect images/car2.jpg --hide_img
yplate detect images/car2.jpg --hide_out
yplate detect images/car2.jpg --save none
(2.a) Crop plates automatically ( Cropped plates will be saved to 'plates/' directory always with original starting file name)
yplate crop images/car2.jpg
(2.b) Detect plates and custom save it with a valid new filename (Cropped image will be saved to output directory with starting custom file name)
yplate crop images/car2.jpg --save plate2.jpg
yplate crop images/car2.jpg --hide_img
yplate crop images/car2.jpg --hide_out
yplate crop images/car2.jpg --save none
yplate -v
yplate --config