Commit f575b854 authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md, kitten-1.jpg files

parent e79f2ee3
...@@ -39,6 +39,21 @@ source /opt/dtk/env.sh ...@@ -39,6 +39,21 @@ source /opt/dtk/env.sh
"https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128.zip" "https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128.zip"
coco128数据集的目录结构如下: coco128数据集的目录结构如下:
├── images
│ ├── train2017
│ ├── val2017
│ ├── test2017
├── labels
│ ├── train2017
│ ├── val2017
├── annotations
│ ├── instances_val2017.json
├── LICENSE
├── README.txt
├── test-dev2017.txt
├── train2017.txt
├── val2017.txt
``` ```
## 推理 ## 推理
...@@ -62,6 +77,7 @@ source /opt/dtk/env.sh ...@@ -62,6 +77,7 @@ source /opt/dtk/env.sh
``` ```
## result ## result
![kitten-1.jpg](./kitten-1.jpg)
### 精度 ### 精度
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment