Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add version info and delete GPU example #379

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions examples/finetune_SHWD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

本文以安全帽佩戴检测数据集(SHWD)为例,介绍自定义数据集在MindYOLO上进行finetune的主要流程。

#### 版本信息
* os: Linux EulerOS 2.0
* ascend driver: 23.0.6.b010
* ascend firmware: 7.1.0.11.220
* cann: 7.5.T7.0.B053
* mindspore: 2.3.1
Requirements

| mindspore | ascend driver | firmware | cann toolkit/kernel
| :---: | :---: | :---: | :---:
| 2.3.1 | 24.1.RC2 | 7.3.0.1.231 | 8.0.RC2.beta1

#### 数据集格式转换

Expand Down
6 changes: 6 additions & 0 deletions examples/finetune_car_detection/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 基于MindYOLO的车辆检测案例输出

Requirements

| mindspore | ascend driver | firmware | cann toolkit/kernel
| :---: | :---: | :---: | :---:
| 2.2.10 | 23.0.2 | 7.1.0.4.220 | 7.0.0.beta1

## 数据集介绍
本次实验使用了BDD100K和UA-DETRAC两个数据集,需要进行相应的格式转换和数据集整合。

Expand Down
11 changes: 5 additions & 6 deletions examples/finetune_single_class_dataset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

本文以自制巧克力花生豆数据集为例,介绍单类别数据集使用MindYOLO进行训练的主要流程。

#### 版本信息
* os: Linux EulerOS 2.0
* ascend driver: 23.0.6.b010
* ascend firmware: 7.1.0.11.220
* cann: 7.5.T7.0.B053
* mindspore: 2.3.1
Requirements

| mindspore | ascend driver | firmware | cann toolkit/kernel
| :---: | :---: | :---: | :---:
| 2.3.1 | 24.1.RC2 | 7.3.0.1.231 | 8.0.RC2.beta1

#### 数据集格式转换

Expand Down
162 changes: 0 additions & 162 deletions examples/finetune_visdrone/README.md

This file was deleted.

107 changes: 0 additions & 107 deletions examples/finetune_visdrone/convert_visdrone2yolo.py

This file was deleted.

Binary file removed examples/finetune_visdrone/pic/000001.jpg
Binary file not shown.
Binary file removed examples/finetune_visdrone/pic/000002.jpg
Binary file not shown.
Binary file removed examples/finetune_visdrone/pic/img_shape.png
Binary file not shown.
Binary file removed examples/finetune_visdrone/pic/obj_shape.png
Binary file not shown.
Binary file removed examples/finetune_visdrone/pic/results.png
Binary file not shown.
Loading
Loading