Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
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.
|
2 |
|
3 |
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.
|
@@ -24,4 +40,4 @@ loader = agml.data.AgMLDataLoader.from_parent("iNatAg", filters={"family_name":
|
|
24 |
|
25 |
# Load by common names
|
26 |
loader = agml.data.AgMLDataLoader.from_parent("iNatAg", filters={"common_name": "..."})
|
27 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- agriculture
|
9 |
+
- plant
|
10 |
+
- crop
|
11 |
+
- weed
|
12 |
+
- farm
|
13 |
+
- food
|
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.
|
|
|
40 |
|
41 |
# Load by common names
|
42 |
loader = agml.data.AgMLDataLoader.from_parent("iNatAg", filters={"common_name": "..."})
|
43 |
+
```
|