Skip to content

Costum Dataloader for Detectron2ย #2999

@Ksieber26

Description

@Ksieber26

๐Ÿ“š Documentation

  • Link to the relevant documentation/comment/tutorials:

Currently, I'm trying to write a costum dataloader in order to train on the HDF5 format of stacked numpy images to save preprocessing time. The problem is I don't find any understandable solution how to adapt a new dataloader instead of the 'register_coco_instances()' Function.

I already saw the documentary about the dataset_mapper. Isn't the Mapper a step further after the dataloader, because the mapper applies the changes to the dataset_dict and I only want to replace the register_coco_instances function to just use already loaded numpy images.

I hope someone can help me.

Thank you in advance!

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