Datasets:

License:
kakamond commited on
Commit
d92f007
·
verified ·
1 Parent(s): 8563051

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -33
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
- <https://www.modelscope.cn/api/v1/datasets/171488/repo/tree?Revision=master&Root=%E5%B7%B2%E9%89%B4%E5%AE%9A&PageNumber=1&PageSize=10000>
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>