chessai-data / README.md
vietanhdev's picture
Update README.md
97b10c8 verified
# Chinese Chess Detection Dataset
- Use [AnyLabeling](https://github.com/vietanhdev/anylabeling) to annotate all data in `data/data_01` and `data/data_02`.
- Run `make_data.sh` to generate the training data.
```bash
conda create -n chessai-dataprep python=3.9
conda activate chessai-dataprep
pip install -r requirements.txt
bash make_data.sh
```
## Citation
Please cite this paper if it helps your research:
```bibtex
@misc {viet-anh_nguyen_(andrew)_2024,
author = { {Viet-Anh NGUYEN (Andrew)} },
title = { chessai-data (Revision 806ff3f) },
year = 2024,
url = { https://huggingface.co/datasets/vietanhdev/chessai-data },
doi = { 10.57967/hf/2812 },
publisher = { Hugging Face }
}
```