#1023·Detectron

Detectron2 In-Place One-to-Many Augmentations

Author: kmeng01Created May 15, 2021Updated Jan 3, 2023

Hi there! This is a simple question: I haven't been able to find documentation for applying in-place augmentations that can produce multiple transformed "images" from a single image. It appears that the current system simply chooses some augmentation, applies it to the image, and moves onto the next one.

Am I missing something, and if not, is there any way this feature can be implemented with Detectron? Thank you!

Source: facebookresearch/Detectron