GithubHelp home page GithubHelp logo

ilfrich / annotator Goto Github PK

View Code? Open in Web Editor NEW
30.0 30.0 1.0 1.54 MB

General Purpose Image Annotation Tool. Ideas and feature wishes? Please open an Issue:

Home Page: https://github.com/ilfrich/annotator/issues

License: Apache License 2.0

Dockerfile 0.38% Makefile 0.32% Python 19.29% HTML 0.97% JavaScript 79.04%

annotator's People

Contributors

ilfrich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nikh1l04

annotator's Issues

Allow to Edit Freehand Annotations

  • Currently editing annotations only works for spline and polygon annotations.
  • Freehand annotations due to the huge amount of polygon points cannot be edited in the same way.
  • To implement alternative approach, where the user can use the a freehand tool-like edit function that allows the user to encircle the area they want to have cut out of the existing annotation.
    • Has to intersect the original annotation in 2 places

Allow to Import Annotations

  • Allow to import annotations from an export file (JSON).
  • This should support single images or image frame sets.
  • Validate annotation import (check that within image size, check file names for image frame sets)
  • Option to purge existing/own annotations before import

Refactor Delayed Redrawing With SetState Callback

In the current implementation of the canvas related components, the components state will be updated and then a setTimeout will delay the call to re-draw the canvas. This is unnecessary and not very robust. setState(stateUpdate, callback) offers the callback parameter to provide an event handler that gets executed after the state update is completed, which is exactly what the setTimeout tried to achieve.

This should be refactored in all components where it is used. Primarily the ImageAnnotation component.

Annotation Toggle Directly in Toolbar

The toolbar should have a switch to directly toggle the annotations, so the user can quickly have a glance at the original image without distractions due to overlapping annotations.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.