imantics
imantics copied to clipboard
:camera: Reactive python package for managing, creating and visualizing different deep-learning image annotation formats
Hello, I recently faced an issue with the tool while converting a very large dataset. The problem is that in the dataset object the image is loaded and save, for...
Such that this mypy error dissapears: ``` main.py:13: error: Skipping analyzing "imantics": module is installed, but missing library stubs or py.typed marker [import] ```
Does imantics provide any built-in methods for removing entries in `polygons = Mask(maskMorph).polygons()`? I would like to remove identified polygons that are smaller than a given size (say `len(polygons.segmentation[l]) <...
Removing segmentations that have only one point, since they are too small to consider and also will generate erroneous behavior when used by pycocotools
Hello everyone, I'm converting binary masks created from exported COCO Annotator JSON files. From a JSON file, I generate binary masks using `cv2.fillPoly` and process them. This results in more...
I'm working on DeepLabV3 for semantic segmentation on models using cityscapes datasets. I want to extract the polygon coordinates for all segmented objects in an image. Is this possible with...
the algorithm that is used to create the polygon notation from a mask sometimes creates single-point polygons. When using pycocotools' annToMask, this throws an exception: `import imantics as imt` `import...
Hi, it's really great to find the project, I have being searching this for several days and almost give up. I sincerely thank you developing this awesome tool, but i...
FIrst of all, thanks a lot for this useful library :) @jsbroks there are some important fixes committed after v0.1.12 release. When are you planning to publish the v0.1.13 release...