Kshitijpawar / License_Plate_Detection

License Plate Detection and OCR
Other
1 stars 7 forks source link

How to create my own dataset like Indian_Number_plates.json? #4

Closed pendex900x closed 4 years ago

pendex900x commented 4 years ago

Do you use some software to do the json file?

I pretend to train number plates but for other country.

Kshitijpawar commented 4 years ago

Since bounding boxes generation require manual input I just got this file from Kaggle and parsed through it to obtain images and generate respective .xml files with bounding boxes, however if you do intend to create your own dataset for annotation (.xml with bounding box for each image), you can use LabelImg https://github.com/tzutalin/labelImg

pendex900x commented 4 years ago

Thanks!