magda_sk
magda_sk
Hi, I have not noticed that someone is interested in this issue and already have done some work (encode/decode function+modification to _coco_annotations_to_detections_+tests). If you have not started implementation @David-rn I...
Hi @David-rn, thanks, and sorry for the mix-up. SAVING DETECTIONS: @SkalskiP I have opened the PR for this issue. It is still a work in progress since I am not...
@SkalskiP In the future, I will definitely do so. Lesson learned. Once again @David-rn I'm really sorry about that situation.
@SkalskiP what do you mean by the documentation? Only docstrings or are there additional files? Where to find them?
Hi @SkalskiP **Performance:** I have changed both `rle_to_mask` and `mask_to_rle` functions. I was able to develop even faster solution to encode the mask to RLE. For decoding RLE to the...
@SkalskiP Hi, I need help with tests. I cannot reproduce the segmentation fault from [here](https://github.com/roboflow/supervision/actions/runs/9107863462/job/25037542573?pr=1163) on my local machine. It seems that it is caused by [cv2.connectedComponents(mask_uint8, connectivity=4)]( https://github.com/emSko/supervision/blob/ce05a0c5441afb0a604ce9dc30997297952157c0/supervision/dataset/formats/coco.py#L122)
Hi @LinasKo, thank you for your help. @SkalskiP I think the PR is ready for review. I don't think that `from_coco` requires any documentation updates.