coco-annotator icon indicating copy to clipboard operation
coco-annotator copied to clipboard

New features(Export annotations in RLE, Visualize semantic segmentation ...)

Open Chaimaa-Louahabi opened this issue 3 years ago • 2 comments

  1. Allow the user to choose the simplification degree for polygon and brush tools (if equal to 0, the original mask is saved and no simplification is done) (Issue #388 )

Brush Panel: panel_brush Polygon Panel: panel_polygon

  1. Eraser Tool optimization : does not substract current eraser path from annotation path until mouse up event is catched.(solution inspired from #364 )

  2. Masks created with brush Tool have Bézier curves to allow annotating objects with curves accurately. These annotations are exported in Compressed RLE format.

  3. New feature : download an Image’s semantic segmentation in PNG format.

The new button in annottaor vue: Capture

Example of fire and clouds annotations (Annotations were created manually with brush tool):

CapturePull
  1. New feature : download a zip containing the semantic segmentation of each image of the dataset. Capture2 The zip can be found in "Exports", it has the tag "SemanticSeg" exports

  2. BugFix : when importing annotations that are lines or points, they disappear when one clicks on the image. It's due to a bug in boolean operations algorithm used in Paperjs Open Issue (unite, substract ..) so these 2 cases must be handled separately.

Chaimaa-Louahabi avatar Sep 17 '21 15:09 Chaimaa-Louahabi

Once these merge conflicts are solved Ill merge this

jsbroks avatar Feb 01 '22 15:02 jsbroks

Once these merge conflicts are solved Ill merge this

@jsbroks any update?

ariefwijaya avatar Nov 04 '23 01:11 ariefwijaya