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

https://github.com/nikitalpopov/crowdhuman

crowdhuman dataset for darknet
https://github.com/nikitalpopov/crowdhuman

crowd-counting crowdhuman darknet yolo

Last synced: 13 days ago
JSON representation

crowdhuman dataset for darknet

Awesome Lists containing this project

README

        

# CrowdHuman for YOLO

[CrowdHuman](http://www.crowdhuman.org/download.html) dataset prepared for [darknet](https://github.com/AlexeyAB/darknet) implementation

Optional annotations were ignored, only visible boxes are used.
All annotations are standartized to ` `, where:

- `` - string class of object from (person or mask)
- ` ` - float values relative to width and height of image, it can be set from 0.0 to 1.0
- for example: ` = / ` or ` = / `
- **attention**: ` ` - is center of rectangle (not top left corner)

## Details

Annotation files are included in `/annotations` folder.
Images are not part of this repo, please download it by yourself and put to matching folders:
`/images_{suffix}`, where `{suffix}` is `test`, `train` or `val`

Algorithm creates `.txt` annotation file for each image (matching ID in each annotation row)
Use `python3 main.py` to run script

### Requirements

Use `pip3 install -r requirements.txt` to install python dependencies