yolov5 icon indicating copy to clipboard operation
yolov5 copied to clipboard

Variables/options modification using yaml file

Open hardikdava opened this issue 3 years ago • 3 comments
trafficstars

Search before asking

  • [X] I have searched the YOLOv5 issues and discussions and found no similar questions.

Question

Hello yoloV5 creators, I want to know what parameters are possible to change using yaml file. It would be great to know the possible list of parameter which can be change using yaml fields in order to optimize architecture for different deployment. For an example parameters like activation function, numbers of input image channel, etc.

Additional

No response

hardikdava avatar Sep 18 '22 15:09 hardikdava

👋 Hello @hardikdava, 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://ultralytics.com or email [email protected].

Requirements

Python>=3.7.0 with all requirements.txt installed including PyTorch>=1.7. To get started:

git clone https://github.com/ultralytics/yolov5  # clone
cd yolov5
pip install -r requirements.txt  # install

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), validation (val.py), inference (detect.py) and export (export.py) on macOS, Windows, and Ubuntu every 24 hours and on every commit.

github-actions[bot] avatar Sep 18 '22 15:09 github-actions[bot]

@hardikdava the model yamls accept two additional fields that are left off by default:

activation: nn.SiLU()
channels: 3

You can modify these to customize a model, and of course you can can also modify the existing fields like the scaling constants and architecture to create your own custom models.

glenn-jocher avatar Sep 18 '22 17:09 glenn-jocher

Thanks for the reply @glenn-jocher

hardikdava avatar Sep 19 '22 06:09 hardikdava

👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.

Access additional YOLOv5 🚀 resources:

  • Wiki – https://github.com/ultralytics/yolov5/wiki
  • Tutorials – https://docs.ultralytics.com/yolov5
  • Docs – https://docs.ultralytics.com

Access additional Ultralytics ⚡ resources:

  • Ultralytics HUB – https://ultralytics.com/hub
  • Vision API – https://ultralytics.com/yolov5
  • About Us – https://ultralytics.com/about
  • Join Our Team – https://ultralytics.com/work
  • Contact Us – https://ultralytics.com/contact

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐!

github-actions[bot] avatar Oct 20 '22 00:10 github-actions[bot]

You're welcome, @hardikdava! If you have any more questions or need further assistance, feel free to ask. Our community is here to help!

glenn-jocher avatar Nov 15 '23 09:11 glenn-jocher