Matthieu Pizenberg
Matthieu Pizenberg
From ACM MM18 review: > Some errors messages would be good (e.g., when installing an unsuitable json file)
Side panels can take a lot of space. Having the possiblitiy to toggle them could be nice.
From ACM MM18 review: > In some browsers where the user has by default selected to "Open" json files (rather than saving them), saving the annotation leads to the undesired...
From ACM MM18 review: > As far as I see all the annotation files are stored with the filename "annotation.json". This is fairly confusing, it would be better if, for...
Currently, this application is using standard [File input API][file-input]. This forces the user to select all images to import, and cannot retrieve files recursively in folders. We know however that...
< > to change image ^ v to change class [ctrl+s] export [ctrl+z] remove last annotation An implementation could be based on [elm-lang/keyboard][keyboard] and use already defined messages to update...
For the sake of instantly being able to test the annotation application. Having a version of the application with preloaded images and config would be nice.
# Installation using Docker [Docker for Windows][docker-windows] is only available on Windows 10 Pro systems. In case you are not using Windows Pro, you can use the legacy [Docker Toolbox][toolbox]....
In some cases, it might be useful to have comments on annotations. Like a doctor who would give a reason for why a cell is cancerous or not.
It is possible to personalize the cursor when the mouse is hovering an element. Reference documentation is available on the [mdn doc][cursor-doc]. The function that render the annotations area is...