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
Commits
343b8f75
There was a problem fetching the pipeline summary.
Commit
343b8f75
authored
8 years ago
by
Teodors EGLITIS
Browse files
Options
Downloads
Plain Diff
Merge branch 'revert-
7d5e16bc
' into 'master'
Revert "Merge branch 'add-readme' into 'master'" This reverts merge request
!2
See merge request
!3
parents
7d5e16bc
52c5585c
No related branches found
No related tags found
1 merge request
!3
Revert "Merge branch 'add-readme' into 'master'"
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+7
-48
7 additions, 48 deletions
README.rst
with
7 additions
and
48 deletions
README.rst
+
7
−
48
View file @
343b8f75
.. 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/<PACKAGE>/index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.png
:target: https://www.idiap.ch/software/bob/docs/latest/bob/<PACKAGE>/master/index.html
.. image:: https://gitlab.idiap.ch/bob/<PACKAGE>/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/<PACKAGE>/commits/master
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/<PACKAGE>
.. image:: http://img.shields.io/pypi/v/<PACKAGE>.png
:target: https://pypi.python.org/pypi/<PACKAGE>
.. image:: http://img.shields.io/pypi/dm/<PACKAGE>.png
:target: https://pypi.python.org/pypi/<PACKAGE>
=========
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.
Image Key Point Annotation Tool
===============================
A small TkInter-based keypoint annotation tool for images written in Python.
Installation
------------
Follow our `installation`_ instructions. Then, using the Python interpreter
provided by the distribution, bootstrap and buildout this package::
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::
$ python bootstrap-buildout.py
$ ./bin/buildout
...
...
@@ -43,31 +25,8 @@ 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment