Skip to content

About DATALOADER #3655

@Wei-i

Description

@Wei-i

📚 Documentation Issue

Hi, I want to know whether we can build two dataloaders during training. For example, the one is the common dataloader by coco-dataset, another is the meta dataloader by cropping instances from the original images.
Can I implement meta dataloader while not disturbing original dataloader?
So the batched_inputs for the network should contain two elements, [N_d1, C, h1, w1] and [N_d2, C, h2, w2].

  • Provide a link to an existing documentation/comment/tutorial:

  • How should the above documentation/comment/tutorial improve:

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationProblems about existing documentation or comments

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions