persts / DotDotGoose

DotDotGoose is a free, open source tool to assist with manually counting objects in images
GNU General Public License v3.0
89 stars 17 forks source link

Feature request - annotation layer #33

Open khem-so-usfws opened 10 months ago

khem-so-usfws commented 10 months ago

Hi all, When multiple images cover an area of interest, it would be nice to be able to non-destructively annotate images with polygons, lines, and/or text to indicate where a count begin and ends on a given image so that it's easier to avoid double-counting.

persts commented 9 months ago

@khem-so-usfws Are your images georeferenced / orthorectified? If so, I could think of some options for DDG or, more likely, utility scripts to post process the counts.

If not, to do this would require the ability to align and overlay images. We thought about adding mosaic capabilities early on, but decided that there are already many existing tools out there, especially for drone images, and we wanted to keep DDG as compact and feature focused as possible.

I am happy to schedule a time to chat if you want to contact me directly. Email in my profile.

persts commented 7 months ago

There is now the ability to use labelme to create polygon annotations that will be displayed in DDG. Additionally, there is a script in the extra_tools directory that will convert a GeoJSON polygon layer to an external annotation format that can be consumed by DDG. This functionality is available in the main repo and will be part of the 1.7.0 release, but will only have minimal documentation until it is further flushed out.

There are no controls yet to alter the color, fill, or line width of the external polygon annotations.