Ryo Kawamura
Ryo Kawamura
Hi @alicera, [RectLabel](https://rectlabel.com) is an offline image annotation tool for object detection and segmentation. Although this is not an open source program, with RectLabel you can import the YOLO segmentation...
Using the script [general_json2yolo.py](https://github.com/ryouchinsa/Rectlabel-support/blob/master/general_json2yolo.py), you can convert the RLE mask with holes to the YOLO segmentation format. The RLE mask is converted to a parent polygon and a child polygon...
We updated a script to convert the RLE mask with holes to the YOLO segmentation format. https://github.com/roboflow/supervision/issues/574#issuecomment-1821385339
Hi, @SkalskiP, Using the script [general_json2yolo.py](https://github.com/ryouchinsa/Rectlabel-support/blob/master/general_json2yolo.py), you can convert the RLE mask with holes to the YOLO segmentation format. The RLE mask is converted to a parent polygon and a...
Thanks for reviewing our script. We checked whether YOLO can train polygon masks with holes with a small dataset. [Donut images and YOLO segmentation text files](https://github.com/ryouchinsa/donut) to confirm that YOLO...
Hi @SkalskiP, I am sorry for late reply. I was working on the PR for ultralytics/JSON2YOLO. https://github.com/ultralytics/JSON2YOLO/pull/61 Now I started working on your supervision code to implement the COCO RLE...
I am trying to implement features which are implemented on [JSON2YOLO](https://github.com/ryouchinsa/JSON2YOLO). The script has `merge_multi_segment()` and merges multiple polygons into one. Does supervision correspond to multiple polygons in the COCO...
You can find the converter for the encoding part to the onnx format in the repository [Segment Anything CPP Wrapper](https://github.com/dinglufe/segment-anything-cpp-wrapper). Here is the [Segment Anything CPP Wrapper for macOS](https://github.com/ryouchinsa/sam-cpp-macos/tree/master). This...
Improved "Create polygon using SAM" feature so that you can label pixels using the pixels option. You can label [Segment Anything 1 Billion (SA-1B)](https://ai.meta.com/datasets/segment-anything-downloads/) like dataset by yourself. 
Thanks for writing the issue. We check it works using this script [global_json2yolo.py](https://github.com/ryouchinsa/Rectlabel-support/blob/master/general_json2yolo.py). Looking at the global_json2yolo code, there are some flags. Converting the COCO bbox format to YOLO bbox...