ultralytics / yolov3

YOLOv3 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
10.2k stars 3.45k forks source link

Image Augmentation #1310

Closed paulheisterkamp97 closed 4 years ago

paulheisterkamp97 commented 4 years ago

Hello, I'm trying to understand how exactly the image augmentation works. is the augmentation only happening when the images are initially loaded? are the 'original' Images still in the trainingset? Is every filter applied or just some with an probability?

It would be really appreciated if you could give some specific imformation in the doc. since the datasets.py is quite complex.

Thanks in advance

github-actions[bot] commented 4 years ago

Hello @paulheisterkamp97, thank you for your interest in our work! Ultralytics has open-sourced YOLOv5 at https://github.com/ultralytics/yolov5, featuring faster, lighter and more accurate object detection. YOLOv5 is recommended for all new projects.

To continue with this repo, please visit our Custom Training Tutorial to get started, and see our Google Colab Notebook, Docker Image, and GCP Quickstart Guide for example environments.

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 model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:

For more information please visit https://www.ultralytics.com.

glenn-jocher commented 4 years ago

@paulheisterkamp97 images are loaded from hard drive, mosaiced and augmented at runtime. There are no 'original images' hanging around in memory unless you use the --cache argument during training.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.