Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/liruilong940607/annosystem
- Owner: liruilong940607
- Created: 2018-03-18T12:16:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T14:27:27.000Z (almost 7 years ago)
- Last Synced: 2023-10-20T21:17:41.361Z (about 1 year ago)
- Topics: annotation-tool, human-keypoints, pyqt5
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 12
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```