Datablock for object detection seems broken

I tried the new Datablocks for Coco dataset and the show batch doesn’t seem to work properly .It seems that all my bounding boxes are out of the image. I have no idea of what my mistake is. Any help or suggestions are appreciated

This is my datablock code. I have done exactly what the docs said.


All my bounding boxes are out of my image. I dont know why.
sample
when i print one of the bounding boxes. The padding to the bboxes also contain some values repeatedly It should be zero except for the first three entries.And some vaules for the valid bounding boxes are above 1. Somebody help me.

I haven’t played with Coco yet but I believe the bbox format is [x,y,width,height] (x,y of the upper left corner) so none of those negative values make sense.

Yeah I dont know whats wrong. Can u help me??

Haven’t played with it yet and I’m packing to drive back to the UK so no, I’m just pointing out what I think your bboxs should look like. It’ll hopefully help you figure it out unless someone comes along in the meantime with the answer.

ok thank u