Update README.md
Browse files
README.md
CHANGED
|
@@ -1,34 +1,34 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-nd-4.0
|
| 3 |
-
viewer: false
|
| 4 |
-
---
|
| 5 |
-
|
| 6 |
-
# Insecta Image Dataset
|
| 7 |
-
The "Insecta Image Dataset" is a high-quality, professionally standardized image collection comprising comprehensively desensitized JPG pictures covering multiple orders, families, genera, and species within the class Insecta. Each image is annotated with dual authoritative labels—a verified Chinese common name and its corresponding Latin scientific name, reviewed by entomology experts. Strictly adhering to data compliance and privacy protection principles, all background and metadata have been removed to focus solely on the morphological features of the insects. This dataset is designed to serve as a solid, reliable, and readily usable benchmark resource for training and evaluating computer vision models in tasks such as image classification, object detection, and fine-grained recognition, as well as for interdisciplinary applications including biodiversity research, digital specimen repository development, and intelligent identification system implementation.
|
| 8 |
-
|
| 9 |
-
## Supported classes
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
## Usage
|
| 13 |
-
```python
|
| 14 |
-
from datasets import load_dataset
|
| 15 |
-
|
| 16 |
-
ds = load_dataset(
|
| 17 |
-
"Genius-Society/insecta",
|
| 18 |
-
name="default",
|
| 19 |
-
split="train",
|
| 20 |
-
cache_dir="./__pycache__",
|
| 21 |
-
trust_remote_code=True,
|
| 22 |
-
)
|
| 23 |
-
for i in ds:
|
| 24 |
-
print(i)
|
| 25 |
-
```
|
| 26 |
-
|
| 27 |
-
## Maintenance
|
| 28 |
-
```bash
|
| 29 |
-
git clone git@hf.co:datasets/Genius-Society/insecta
|
| 30 |
-
cd insecta
|
| 31 |
-
```
|
| 32 |
-
|
| 33 |
-
## Mirror
|
| 34 |
<https://www.modelscope.cn/datasets/Genius-Society/insecta>
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-nd-4.0
|
| 3 |
+
viewer: false
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Insecta Image Dataset
|
| 7 |
+
The "Insecta Image Dataset" is a high-quality, professionally standardized image collection comprising comprehensively desensitized JPG pictures covering multiple orders, families, genera, and species within the class Insecta. Each image is annotated with dual authoritative labels—a verified Chinese common name and its corresponding Latin scientific name, reviewed by entomology experts. Strictly adhering to data compliance and privacy protection principles, all background and metadata have been removed to focus solely on the morphological features of the insects. This dataset is designed to serve as a solid, reliable, and readily usable benchmark resource for training and evaluating computer vision models in tasks such as image classification, object detection, and fine-grained recognition, as well as for interdisciplinary applications including biodiversity research, digital specimen repository development, and intelligent identification system implementation.
|
| 8 |
+
|
| 9 |
+
## Supported classes
|
| 10 |
+
[List of insects with included images](https://geniussociety.dpdns.org)
|
| 11 |
+
|
| 12 |
+
## Usage
|
| 13 |
+
```python
|
| 14 |
+
from datasets import load_dataset
|
| 15 |
+
|
| 16 |
+
ds = load_dataset(
|
| 17 |
+
"Genius-Society/insecta",
|
| 18 |
+
name="default",
|
| 19 |
+
split="train",
|
| 20 |
+
cache_dir="./__pycache__",
|
| 21 |
+
trust_remote_code=True,
|
| 22 |
+
)
|
| 23 |
+
for i in ds:
|
| 24 |
+
print(i)
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
+
## Maintenance
|
| 28 |
+
```bash
|
| 29 |
+
git clone git@hf.co:datasets/Genius-Society/insecta
|
| 30 |
+
cd insecta
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
## Mirror
|
| 34 |
<https://www.modelscope.cn/datasets/Genius-Society/insecta>
|