annotation-app icon indicating copy to clipboard operation
annotation-app copied to clipboard

Generic, reusable, image annotation web application

Results 34 annotation-app issues
Sort by recently updated
recently updated
newest added

Keep a list here of interesting alternative applications for image annotation. Might be very useful for inspirations on features not yet implemented. * [LabelMe][labelme] * [VGG Image Annotator (VIA)][via] *...

First of all, this is one of the best annotation tools I have seen online so thank you for your great work. Is there any way to change the default...

Is it possible to pre-load annotations at application start? In the config object? Couldn't find this informations after reading documentation. Regards, Renaud

This is my favorite annotation app yet. Thank you for making it. Right now, the app outputs annotations using pixel coordinates. I like to work with relative coordinates so that...

1. [Evan's official post](http://elm-lang.org/blog/small-assets-without-the-headache) 2. [Release notes](https://github.com/elm/compiler/blob/master/upgrade-docs/0.19.md) 3. [New guide](https://guide.elm-lang.org/) 4. [Some more details](https://korban.net/posts/elm/2018-08-22-elm-019-whats-new-install-upgrade/)

Currently, if a category (group of classes) is selected, we can make annotations tied to this category. It would probably make sense to only allow classes to have annotations, and...

help wanted
question

In the current state, annotations are not editable. The only option is to remove the most recent annotation of a given tool to redo it. This makes this application usable...

feature request
ACM

Thanks for your great work! I tried docker and npm installation, but when I open localhost:8003, I can't see the annotation bar , the screen I got is presented below.Can...

What should happen if we start to use another tool (except move) or if we change image before closing a polygon?

feature request
help wanted
question

Allow zooming with wheel events (with or without [ctrl] key hold?) Could be done by adding wheel events (cf [elm-pointer-events package][wheel]) to attributes of the `view` function in file [client/src/View/AnnotationsArea.elm][file]....

feature request
good first issue
ACM