trsvchn / coco-viewer

Minimalistic COCO Dataset Viewer in Tkinter
MIT License
185 stars 59 forks source link

added file path picker for ease of use #76

Open vermavinay982 opened 2 months ago

vermavinay982 commented 2 months ago

While using this tool, I felt command line arguments were making it slight complex to choose the exact path. Added this functionality, since this tool is GUI based, so having a file picker would enhance the user experience.

vermavinay982 commented 2 months ago

@trsvchn please review if it can be added to the repo, thanks