saeedghsh / Fail-Success-Annotation-GUI

A simple GUI for manually marking results (fail vs. success)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail Success Annotation GUI

A simple GUI for manually marking results (fail vs. success). Intended for the manual investigation of the map alignment results.

screenshot

Dependencies and Download

Most dependencies are listed in requirements.txt, and will be installed by the following instructions. There is also the Opencv that should be installed separately.

# Download
git clone https://github.com/saeedghsh/Fail-Success-Annotation-GUI.git
cd Fail-Success-Annotation-GUI

# Install dependencies
pip install -r requirements.txt

# launch GUIs
python runMe.py

Laundry List

  • opencv is only used for loading images, remove it as dependency.

License

Distributed with a GNU GENERAL PUBLIC LICENSE; see LICENSE.

Copyright (C) Saeed Gholami Shahbandi

About

A simple GUI for manually marking results (fail vs. success)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%