Crowd Counting Labeler is a tool for labeling pedestrians in a images. It is a web application which could be deployed quickly, and provides two types label: box
and point
.
At present, it does not support multi-class labeling, which would be a future function.
- Python 3.+
- Django (
pip install django
)
- clone the repository to local workspace:
git clone https://github.com/Elin24/cclabeler.git
- cd to the directory, run django server:
python manage.py runserver 0.0.0.0:8000
- login to the address in browser and enjoy it.
Image data should be put in data/
fold
├─images
│ 1.jpg
│ 2.jpg
│ 3.jpg
│ default.jpg
│
├─jsons
│ 1.json
│ 2.json
│ 3.json
│
└─marks
1.json
2.json
3.json
loin http://localhost:8000/summary for summary.