Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.ip.annotator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.ip.annotator
Merge requests
!4
[readme] added readme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[readme] added readme
add-readme
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Teodors EGLITIS
requested to merge
add-readme
into
master
8 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0569aaaa
1 commit,
8 years ago
1 file
+
48
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.rst
+
48
−
7
Options
Image Key Point Annotation Tool
===============================
.. vim: set fileencoding=utf-8 :
.. Fri 19 Aug 17:13:44 CEST 2016
.. image:: http://img.shields.io/badge/docs-stable-yellow.png
:target: http://pythonhosted.org/bob.ip.annotator/index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.png
:target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.ip.annotator/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.ip.annotator/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.ip.annotator/commits/master
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/bob.ip.annotator
.. image:: http://img.shields.io/pypi/v/bob.ip.annotator.png
:target: https://pypi.python.org/pypi/bob.ip.annotator
.. image:: http://img.shields.io/pypi/dm/bob.ip.annotator.png
:target: https://pypi.python.org/pypi/bob.ip.annotator
=========
Image Key Point Annotation Tool
=========
This package is part of the signal-processing and machine learning toolbox
Bob_. Image Key Point Annotation Tool is a small TkInter-based keypoint annotation tool for images written in Python.
A small TkInter-based keypoint annotation tool for images written in Python.
Installation
------------
Follow our `binary installation
<https://github.com/idiap/bob/wiki/Binary-Installation>`_ instructions. Then,
using the Python interpreter inside that distribution, bootstrap and buildout
this package::
Follow our `installation`_ instructions. Then, using the Python interpreter
provided by the distribution, bootstrap and buildout this package::
$ python bootstrap-buildout.py
$ ./bin/buildout
@@ -25,8 +43,31 @@ like object detection or segmentation. Start with::
$ ./bin/annotate.py --help
Annotation of lines
----------------------
The tool ``annotate_line.py`` allows you to annotate lines in images
(multiple lines per one image). It is useful to annotate lines for tasks
like object detection or segmentation. Start with::
$ ./bin/annotate_line.py --help
Annotation format
=================
The annotation file will contain points in the ``(y,x)`` (Bob-style) format.
Every line corresponds to one point annotated on the original image.
Contact
-------
For questions or reporting issues to this software package, contact our
development `mailing list`_.
.. Place your references here:
.. _bob: https://www.idiap.ch/software/bob
.. _installation: https://gitlab.idiap.ch/bob/bob/wikis/Installation
.. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel
Loading