admin
commited on
Commit
·
d5af620
1
Parent(s):
43ff6be
upd md
Browse files
README.md
CHANGED
@@ -16,22 +16,22 @@ tags:
|
|
16 |
This is an object detection model in the realm of insect identification, supporting a diverse range of 2037 insect categories, spanning multiple taxonomic ranks including order, family, genus, and species. Engineered to tackle extensive and challenging issues within biological recognition, the model adeptly manages the diversity and intricacy of insects and select arthropods. The primary objective is the accurate detection within vast insect imagery datasets, ensuring each category receives precise classification and detection. This study introduces a sophisticated technological instrument for domains such as ecological studies, agricultural conservation, and biodiversity research. The innovation of this model is its extensive category support, which endows it with superior performance when encountering unknown insects or other arthropods in real-world applications.
|
17 |
|
18 |
## 在线体验 Demo
|
19 |
-
<https://www.modelscope.cn/studios/
|
20 |
|
21 |
## 使用 Usage
|
22 |
```python
|
23 |
from modelscope import snapshot_download
|
24 |
-
model_dir = snapshot_download("
|
25 |
```
|
26 |
|
27 |
## 维护 Maintenance
|
28 |
```bash
|
29 |
-
git clone [email protected]:
|
30 |
cd insecta
|
31 |
```
|
32 |
|
33 |
## 镜像 Mirror
|
34 |
-
<https://www.modelscope.cn/models/
|
35 |
|
36 |
## 参考引用 Reference
|
37 |
[1] <https://github.com/quarrying/quarrying-insect-id>
|
|
|
16 |
This is an object detection model in the realm of insect identification, supporting a diverse range of 2037 insect categories, spanning multiple taxonomic ranks including order, family, genus, and species. Engineered to tackle extensive and challenging issues within biological recognition, the model adeptly manages the diversity and intricacy of insects and select arthropods. The primary objective is the accurate detection within vast insect imagery datasets, ensuring each category receives precise classification and detection. This study introduces a sophisticated technological instrument for domains such as ecological studies, agricultural conservation, and biodiversity research. The innovation of this model is its extensive category support, which endows it with superior performance when encountering unknown insects or other arthropods in real-world applications.
|
17 |
|
18 |
## 在线体验 Demo
|
19 |
+
<https://www.modelscope.cn/studios/MuGemSt/insecta>
|
20 |
|
21 |
## 使用 Usage
|
22 |
```python
|
23 |
from modelscope import snapshot_download
|
24 |
+
model_dir = snapshot_download("MuGemSt/insecta")
|
25 |
```
|
26 |
|
27 |
## 维护 Maintenance
|
28 |
```bash
|
29 |
+
git clone [email protected]:MuGemSt/insecta
|
30 |
cd insecta
|
31 |
```
|
32 |
|
33 |
## 镜像 Mirror
|
34 |
+
<https://www.modelscope.cn/models/MuGemSt/insecta>
|
35 |
|
36 |
## 参考引用 Reference
|
37 |
[1] <https://github.com/quarrying/quarrying-insect-id>
|