Skip to main content

anntoolkit

Project description

AnnToolKit - Image annotation toolkit

Cross-platform, dataset agnostic, "DIY" style image annotation framework

Getting started

Documentation - http://anntoolkit.rtfd.io/

1. Install

pip install anntoolkit

2. Hello world

Subclass from anntoolkit.App In init method load some test image.

import anntoolkit

class App(anntoolkit.App):
    def __init__(self):
        super(App, self).__init__(title='Test')        
        im = imageio.imread('test_image.jpg')
        self.set_image(im)

Run app:

app = App()
app.run()

Result:

hellow_wrold ezgif-4-79386aae29cb

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

anntoolkit-0.0.6-cp38-cp38-win_amd64.whl (597.9 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

anntoolkit-0.0.6-cp38-cp38-manylinux2010_x86_64.whl (1.3 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

anntoolkit-0.0.6-cp37-cp37m-win_amd64.whl (597.3 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

anntoolkit-0.0.6-cp37-cp37m-manylinux2010_x86_64.whl (1.3 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

anntoolkit-0.0.6-cp37-cp37m-macosx_10_13_x86_64.whl (778.2 kB view hashes)

Uploaded CPython 3.7m macOS 10.13+ x86-64

anntoolkit-0.0.6-cp36-cp36m-win_amd64.whl (597.3 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

anntoolkit-0.0.6-cp36-cp36m-manylinux2010_x86_64.whl (1.3 MB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

anntoolkit-0.0.6-cp35-cp35m-manylinux2010_x86_64.whl (1.3 MB view hashes)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

anntoolkit-0.0.6-cp34-cp34m-manylinux2010_x86_64.whl (1.3 MB view hashes)

Uploaded CPython 3.4m manylinux: glibc 2.12+ x86-64

anntoolkit-0.0.6-cp27-cp27mu-manylinux2010_x86_64.whl (1.3 MB view hashes)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

anntoolkit-0.0.6-cp27-cp27m-win_amd64.whl (597.9 kB view hashes)

Uploaded CPython 2.7m Windows x86-64

anntoolkit-0.0.6-cp27-cp27m-manylinux2010_x86_64.whl (1.3 MB view hashes)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page