fathomnet / community-feedback

0 stars 0 forks source link

Include options for alternate annotation types: point, segmentation, etc #48

Open hohonuuli opened 1 year ago

hohonuuli commented 1 year ago

e.g. to support CoralNet

hohonuuli commented 1 year ago

Conversion of localization shapes (circles, polygons) to be compatible with FathomNet (rectangles); enable storage of other localization types within FathomNet metadata

hohonuuli commented 1 year ago

Related to #107

eor314 commented 8 months ago

Per #105, build support for rich text descriptions for using Visual Language Models (a la Grounding DINO).

kevinsbarnard commented 4 months ago

Important piece for 2024

kevinsbarnard commented 4 months ago

Priority is segmentation masks. Will require backend and frontend work.

hohonuuli commented 3 months ago

We could store segmentation masks using a grayscale PNG with the same dimensions as the source image. But if we need more than 255 masks per image (with 0 being no-mask), we would need to get creative.