Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confused #35

Open
ivanh23 opened this issue Feb 16, 2020 · 1 comment
Open

Confused #35

ivanh23 opened this issue Feb 16, 2020 · 1 comment

Comments

@ivanh23
Copy link

ivanh23 commented Feb 16, 2020

So i wanted to ask , after tagging the plates in the tagger tool , i got simple yaml file , like this :
image_file: 1.jpeg image_width: 640 image_height: 480 plate_corners_gt: 453 322 547 315 547 338 453 347 region_code_gt: mk plate_number_gt: SK2235AR plate_inverted_gt: false
Now how can i use this ? also when i try to run the crop plates script , it says 0 images found in the output folder , even if i add some images it still says 0 , what am i doing wrong ? can someone please walk me through ? or at least little more explanation
Thank you

@DaemonChoejur
Copy link

DaemonChoejur commented Feb 15, 2021

https://github.com/openalpr/train-detector

The crop_plates.py script makes use of the .yaml files generated by the tagger tool to crop the plates.

The images and the .yaml files are created in the same folder by the tagger utility. So the script crop_plates.py takes that folder as input and you specify an output dir.

python crop_plates.py --input_dir "Images/Plates" --out_dir "Images/CroppedPlates"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants