Project-AgML / AgML

AgML is a centralized framework for agricultural machine learning. AgML provides access to public agricultural datasets for common agricultural deep learning tasks, with standard benchmarks and pretrained models, as well the ability to generate synthetic data and annotations.
Apache License 2.0
167 stars 28 forks source link

Datasets on plant diseases, pests detection & miscellaneous #15

Open cmbadgujar10 opened 2 years ago

cmbadgujar10 commented 2 years ago
amogh7joshi commented 2 years ago

Hi Chetan and thanks for the addition of the dataset information.

These datasets would be fantastic as a contribution to AgML. Right off the bat, I can see that we already have some of them (PlantVillage, PlantDoc, Fuji Apple, Soybean, and perhaps some more which I haven't checked out in detail).

If you (or any other contributor) would like to begin adding these datasets, why don't you add a comment on this threat with the link to it so I can verify that it would be a new contribution and the work doesn't go to waste. This will help grow AgML without creating duplicate datasets.

Thanks for the contribution!

andreaceruti commented 2 years ago

Hi @amogh7joshi there is a dataset on grape bunches avaliable here. It is both on object detection and instance segmentation. I have taken the images with instance mask and translated their annotation in JSON annotation as your standard. You can see the COCO annotations on my repo. Also for the other images with annotations for object detection only, I have seen that someone translated the WGISD annotations in Pascal VOC standard (XML) so it should be not so difficult to adapt them in JSON.

amogh7joshi commented 2 years ago

@andreaceruti, thanks for the information! We've actually been looking into the WGISD dataset, so this is super useful. If you could make a new pull request with metadata for the dataset that would also be super helpful. I'll be updating a CONTRIBUTING.md file on the main branch of the repository later today, which should detail exactly how you can go about adding the metadata.

Edit: The contributing guidelines have been added, see the CONTRIBUTING.md file.

Let me know if you have any questions.

masonearles commented 1 year ago

@andreaceruti @amogh7joshi @BadChetan19 Were you able to upload these datasets into AgML?

More generally, the question of dataset contributions is a hugely important one for building the AgML community. Please join the conversation at Issue #33

ctyeong commented 1 year ago

@cmbadgujar10 Please also add "Riseholme-2021 Dataset": https://github.com/ctyeong/Riseholme-2021

amogh7joshi commented 1 year ago

Hi @ctyeong, this dataset has been added to AgML and will be released with it in the latest version soon.