You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: