jsbroks / imantics

:camera: Reactive python package for managing, creating and visualizing different deep-learning image annotation formats
https://imantics.rtfd.io
MIT License
364 stars 68 forks source link

Can imantics work with DeepLabv3 to get polygon coordinates for semantic segmentation? #49

Open archanabwk opened 2 years ago

archanabwk commented 2 years ago

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 imantics? If yes, where can I find relevant example?