-
-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Hi everyone!
I have tagged with Grounding Sam ML Backend in Label Studio: https://labelstud.io/blog/using-text-prompts-for-image-annotation-with-grounding-dino-and-label-studio/ and this is the result of one image.
I exported it to COCO format I got a json file with rle format and I tried to convert it to yolo using this script: https://github.com/Kumoni123/InspectionVisual/blob/main/src/data/rle_to_yolo.py. I got a .txt file and then I trained the model with this script https://github.com/Kumoni123/InspectionVisual/blob/main/nb/Train_Seg.ipynb but the results of the yolo segmentation model are not very good.
This is the result:
I think the error is the way I convert the json file to yolo .txt.
Someone could help me to solve it? please.
All the results are in my github: https://github.com/Kumoni123/InspectionVisual

