0ssamaak0 / DLTA-AI

Data Labeling, Tracking and Annotation with AI
GNU General Public License v3.0
301 stars 38 forks source link

Use the sam model for labeling. In the generated file, the bbox is displayed as empty. #51

Open kkiskkk opened 11 months ago

kkiskkk commented 11 months ago

How to save the bbox?

0ssamaak0 commented 11 months ago

The generated file is only to be used by DLTA-AI to load the annotations if u open the image again, you have to export your annotations to get the bbox

kkiskkk commented 11 months ago

In the saved label file, the bbox is empty.

kkiskkk commented 11 months ago

image

kkiskkk commented 11 months ago

Maybe I didn't describe it clearly. After using the sam model, the box will be displayed, but the bbox information is not included in the exported lable file.

0ssamaak0 commented 11 months ago

actually, this is not the exported label file. This is the saved label file used by DLTA-AI to load the annotations if you open the image or the video after annotating it.

to get the correct annotations, you have to Export using the button on the left toolbar and choose COCO format image

kkiskkk commented 11 months ago

Thanks for your patient reply! I have successfully exported annotation files in COCO format. image It is best to save the marked json file and the image file in the same path, otherwise the export will still fail (reopening can solve it).

0ssamaak0 commented 11 months ago

Nice 😀 hope u find it useful

Thanks for your note regarding save path, we will fix this in the next version.