chenyicai-0611 / yolov5-tt100k

GNU General Public License v3.0
4 stars 0 forks source link

数据集 #1

Open Seperendity opened 3 years ago

Seperendity commented 3 years ago

❔Question

Additional context

请问一下,您这个数据集没有按照官方训练集测试集的格式划分,是自己全部汇总后再按比例划分,这样比较指标会有什么影响嘛。我看图片总数少了10张,训练集加大了,不知您是出于什么考虑这么做的呢。

github-actions[bot] commented 3 years ago

👋 Hello @Seperendity, thank you for your interest in 🚀 YOLOv5! Please visit our ⭐️ Tutorials to get started, where you can find quickstart guides for simple tasks like Custom Data Training all the way to advanced concepts like Hyperparameter Evolution.

If this is a 🐛 Bug Report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

If this is a custom training ❓ Question, please provide as much information as possible, including dataset images, training logs, screenshots, and a public link to online W&B logging if available.

For business inquiries or professional support requests please visit https://www.ultralytics.com or email Glenn Jocher at glenn.jocher@ultralytics.com.

Requirements

Python 3.8 or later with all requirements.txt dependencies installed, including torch>=1.7. To install run:

$ pip install -r requirements.txt

Environments

YOLOv5 may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):

Status

CI CPU testing

If this badge is green, all YOLOv5 GitHub Actions Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training (train.py), testing (test.py), inference (detect.py) and export (export.py) on MacOS, Windows, and Ubuntu every 24 hours and on every commit.