Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liruilong940607/annosystem

This is a simple basic tool for Human Keypoints Annotation. Based on cross platform PyQt5.
https://github.com/liruilong940607/annosystem

annotation-tool human-keypoints pyqt5

Last synced: 3 months ago
JSON representation

This is a simple basic tool for Human Keypoints Annotation. Based on cross platform PyQt5.

Awesome Lists containing this project

README

        

# Simple Tool for Human Keypoints Annotation

### How to use

1. set your data dir and output dir. Line 20.&Line.21. in `main.py`
```python
ROOT_DIR = '/Users/dalong/workspace/ECCV2018/materials/2_result'
ANNO_DIR = '/Users/dalong/workspace/ECCV2018/materials/AnnoSystem/annos/2_result'
```

2. Dependence
```
python3
pyqt5 : pip3 install pyqt5
```
3. Shortcuts
```
Q/A: Next/Previous Image
R : Next Person in This Image
W : Next Body Part of This Person
```