batchgenerators
batchgenerators copied to clipboard
DataLoader for object detection
Is there an example of what data structure and key names should we use for object detection labels? I'm trying to use this together with medicaldetectiontoolkit and I couldn't find an object detection example pipeline, only for segmentation.
Hi, I am not knowledgeable enough for this, but I know that somebody in our department is currently working on this. I will try to get in tough with them. @pfjaeger Do you have any examples for how to use batchgenerators together with the medicaldetectiontoolkit? Best, Fabian
Hi, the medicaldetectiontoolkit inherently uses the batchgenerators, and all examples are for object detection. I am not sure I understand your question, did you see the example dataloaders ?
Hi Paul,
I did see the examples, I ran the toy example and it basically generated mask layers for images (using various shapes). I didn't run the other example because I didn't have the dataset.
But is this the expected input even for object detection? A mask with the bounding box?