Deci-AI / data-gradients

Computer Vision dataset analysis
Apache License 2.0
293 stars 33 forks source link

Feature/sg 953 add XML/VOC datasets #117

Closed Louis-Dupont closed 1 year ago

Louis-Dupont commented 1 year ago

I added 2 datasets:

I think we may need both because VOCDetectionDataset structure is very heavy, and I have seen at least once in the past a dataset written in xml similarly to VOC, but with a folder naming than the PascalVOC original dataset. At the same time, I feel like it is better if we can still provide a plug-and-play class for PascalVOC where the user won't need to dig into the dataset structure. For this reason I kept both classes. What do you think ? Is it confusing?