Custom data images #8333
Unanswered
albertofernandezvillan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Note that darknet already has built-in support for mosaic. You simply have to turn it on in the .cfg file. For example: https://www.ccoderun.ca/darkmark/DataAugmentationMisc.html#Mosaic |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating some images to train a custom object detector with YOLO V4.
For example, suppose I want to train an object detector for detecting bicycles in thermal images, and also, I want to create the minimal number of images for training/testing/validating. For this purpose, I am performing "artificial images" with objects over a real background. See the two attached images as an example.
The question is: Is it a good idea to have this kind of images or is it a bad idea?
Many thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions