Hi,
I need to run a model on some data (inference or test) and produce an output file in format of COCO json. I saw that in the main branch it is possible using the "--format-only" argument, however it does not exist in the 1.x branch (which I have to use because I need RTMDet), which only supports pickle output file.
I saw a TODO in line 15 of tools/test.py referring to add support in that option.
How come it is deprecated? I think of implementing it but I think maybe I'm missing something?
Also, as far as I know, in the COCO format there is not predefined attribute for rotated bounding box. There are two options I think of:
add a custom attribute named "r_bbox" and decide on a specific rotated bbox format (oc/le135/le90)
use the "segmentation" attribute for the 4 point polygon
either way I think the main "bbox" attribute should be occupied with the horizontal bbox.
What's the feature?
Hi, I need to run a model on some data (inference or test) and produce an output file in format of COCO json. I saw that in the main branch it is possible using the "--format-only" argument, however it does not exist in the 1.x branch (which I have to use because I need RTMDet), which only supports pickle output file. I saw a TODO in line 15 of tools/test.py referring to add support in that option. How come it is deprecated? I think of implementing it but I think maybe I'm missing something?
Also, as far as I know, in the COCO format there is not predefined attribute for rotated bounding box. There are two options I think of:
either way I think the main "bbox" attribute should be occupied with the horizontal bbox.
will be glad for some direction here Yuval
Any other context?
No response