ndjain commited on
Commit
642d36b
·
verified ·
1 Parent(s): 60d8898

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -14,9 +14,11 @@ tags:
14
  size_categories:
15
  - 1M<n<10M
16
  ---
17
- iNatAg is a large-scale dataset derived from the iNaturalist dataset, designed for species classification and crop/weed classification in agricultural and ecological applications. It consists of 2,959 species with a breakdown of 1,986 crop species and 973 weed species.The dataset contains a total of 4,720,903 images, making it one of the largest and most diverse datasets available for plant species identification and classification.
18
 
19
- iNatAg is also released as part of the [AgML](https://github.com/Project-AgML/AgML) dataset collection, with support for filtering by species, genus, or family and direct data loading through a streamlined API. The associated paper can be found at https://www.arxiv.org/abs/2503.20068.
 
 
20
  ## Installation
21
 
22
  To install the latest release of AgML, run the following command:
 
14
  size_categories:
15
  - 1M<n<10M
16
  ---
17
+ **iNatAg** is a large-scale dataset derived from the iNaturalist dataset, designed for species classification and crop/weed classification in agricultural and ecological applications. It consists of 2,959 species with a breakdown of 1,986 crop species and 973 weed species.The dataset contains a total of 4,720,903 images, making it one of the largest and most diverse datasets available for plant species identification and classification.
18
 
19
+ We also developed a subset of the iNatAg dataset for smaller-scale applications, which we call [iNatAg-mini](https://huggingface.co/datasets/Project-AgML/iNatAg-mini). It contains 560,844 images, created by sampling up to 200 images per species from the full iNatAg dataset. These datasets can then be used in standard agricultural machine learning workflows, enabling the development of extensive applications using this data.
20
+
21
+ iNatAg and iNatAg-mini are also released as part of the [AgML](https://github.com/Project-AgML/AgML) dataset collection, with support for filtering by species, genus, or family and direct data loading through a streamlined API. The associated paper can be found at https://www.arxiv.org/abs/2503.20068.
22
  ## Installation
23
 
24
  To install the latest release of AgML, run the following command: