GithubHelp home page GithubHelp logo

reunanen / anno Goto Github PK

View Code? Open in Web Editor NEW
11.0 5.0 5.0 911 KB

A desktop application that can be used to annotate images for semantic segmentation and object detection purposes

License: MIT License

QMake 0.75% C++ 96.19% NSIS 3.01% C 0.05%
annotate-images desktop-application machine-learning deep-learning annotation-tool semantic-segmentation

anno's People

Contributors

reunanen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

anno's Issues

Some missing files

Hi, I would like to try this repository so I ran the following commands:

git clone https://github.com/reunanen/anno
cd anno
git submodule init
git submodule update
qmake

And the output is:

WARNING: Failure to find: QResultImageView/qt-image-flood-fill/qfloodfill.cpp
WARNING: Failure to find: QResultImageView/qt-image-flood-fill/qfloodfill.h

So it seems that those two files are missing, or maybe I'm doing something wrong (not used to building Qt apps)

off-by-one error in anno_classes.json r/g/b value

Sometimes when selecting color for class, it seems that there is an off-by-one error.
E.g. the following classes file from anno:

{
    "anno_classes": [
        {
            "color": {
                "alpha": 128,
                "blue": 255,
                "green": 255,
                "red": 85
            },
            "name": "Class_A"
        },
        {
            "color": {
                "alpha": 128,
                "blue": 0,
                "green": 255,
                "red": 0
            },
            "name": "Class_B"
        },
        {
            "color": {
                "alpha": 128,
                "blue": 215,
                "green": 14,
                "red": 255
            },
            "name": "Class_C"
        }
    ]
}

generates
Unknown class: r = 86, g = 255, b = 255, alpha = 128
error in annonet training.
I.e. seems that 'Class_A' has its "red" value off by one.

Create installer

There should be an installer for Windows that puts in place all necessary DLL files, etc.

Annotating regions to be ignored

As a user, sometimes I don't know whether a region is a defect or not. I want to be able to say that some regions should be entirely ignored.

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.