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

update environment information of visdrone examples #371

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 12 additions & 0 deletions examples/finetune_visdrone/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 基于MindYOLO的无人机航拍图像检测案例输出

## 运行环境介绍

本项目基于以下环境实现:

* NVIDIA Tesla V100 32GB
* Ubuntu 18.04.5 LTS
* conda 4.10.3
* CUDA 11.1
* Python 3.7.11
* mindspore 2.0.0


## 数据集介绍

[VisDrone-Dataset](https://github.com/VisDrone/VisDrone-Dataset)是2019年由天津大学发布的一项无人机识别挑战中的数据集,其共有5个子任务,包括图像目标检测、视频目标检测、单目标跟踪、多目标跟踪、人群计数等。
Expand Down