Matthieu Pizenberg

Results 89 issues of Matthieu Pizenberg

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] *...

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

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

From ACM MM18 review: > It is not very convenient to upload a configuration file every time.

feature request
ACM

Colors are not used to differentiate classes for multiple reasons. 20 classes like in the Pascal VOC case would not have great color differences and might not be color-blind friendly....

feature request
UI
ACM

If an image name or a class name is too long, the side panel width grows too much. Find a way to limit width of side panels.

UI
ACM

From ACM MM18 review: > Checking somehow if the file is already annotated would probably prevent a lot of possible issues. This may require that the authors upload the annotations...

feature request
ACM