Skip to content

data-augmentation / Increase number of datasΒ #2590

@product-imki

Description

@product-imki

πŸ“š Documentation

Hello everyone,
There are some points that I do not understand when using data-augmentation with detectron2.
I have created my own coco datasets using cocoanotator and they are composed of 68 images for the train and 10 images for validation with their respective json file. I wrote my own mapper to use the different transformations available (flip and rotate for example) and I wrote my own Trainer. I'm not sure if there is a setting to adjust the amount of data to be used for training and testing. I mean is it possible to adapt the number of call of the dataloader during the training to successively load 3000 images instead of 68?
The idea is to pass 3000 images instead of 68 for one epoch and artificially increase the number of data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions