Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Detectron2 In-Place One-to-Many Augmentations #1023

Open
kmeng01 opened this issue May 15, 2021 · 2 comments
Open

Detectron2 In-Place One-to-Many Augmentations #1023

kmeng01 opened this issue May 15, 2021 · 2 comments

Comments

@kmeng01
Copy link

kmeng01 commented May 15, 2021

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!

@joshuastobaugh57
Copy link

joshuastobaugh57 commented May 15, 2021 via email

@SamuelllG
Copy link

You can implement your own dataset mapper and overwrite a few classes, e.g. sampler or dataset.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants