# detection-dataset-annotator
A slight annotator of detection datasets

## 1. Installing
To install the package from [PyPI](https://pypi.org/project/detection-dataset-annotator/), follow the instructions below:
```bash
pip install --upgrade detection-dataset-annotator
```
Execute `which detection-dataset-annotator` to see where it was installed, probably in `/home/USERNAME/.local/bin/detection-dataset-annotator`.
### Using
To start the project generator, use the command below:
```bash
detection-dataset-project
```
To start the annotator, use the command below:
```bash
detection-dataset-annotator
```
## 2. More information
If you want more information go to [doc](https://github.com/trucomanx/DetectionDatasetAnnotator/blob/main/doc) directory.
## 3. Buy me a coffee
If you find this tool useful and would like to support its development, you can buy me a coffee!
Your donations help keep the project running and improve future updates.
[☕ Buy me a coffee](https://ko-fi.com/trucomanx)
## 4. License
This project is licensed under the GPL license. See the `LICENSE` file for more details.
Raw data
{
"_id": null,
"home_page": null,
"name": "detection-dataset-annotator",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Fernando Pujaico Rivera <fernando.pujaico.rivera@gmail.com>",
"keywords": "dataset, annotator, yolo",
"author": null,
"author_email": "Fernando Pujaico Rivera <fernando.pujaico.rivera@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/e2/02/9aa4903cb965114dacf507c66fec0cfb8455d75bd760b780dc097ff64058/detection_dataset_annotator-0.1.5.tar.gz",
"platform": null,
"description": "# detection-dataset-annotator\n\nA slight annotator of detection datasets\n\n\n\n## 1. Installing\n\nTo install the package from [PyPI](https://pypi.org/project/detection-dataset-annotator/), follow the instructions below:\n\n\n```bash\npip install --upgrade detection-dataset-annotator\n```\n\nExecute `which detection-dataset-annotator` to see where it was installed, probably in `/home/USERNAME/.local/bin/detection-dataset-annotator`.\n\n### Using\n\nTo start the project generator, use the command below:\n\n```bash\ndetection-dataset-project\n```\n\nTo start the annotator, use the command below:\n\n```bash\ndetection-dataset-annotator\n```\n\n## 2. More information\n\nIf you want more information go to [doc](https://github.com/trucomanx/DetectionDatasetAnnotator/blob/main/doc) directory.\n\n## 3. Buy me a coffee\n\nIf you find this tool useful and would like to support its development, you can buy me a coffee! \nYour donations help keep the project running and improve future updates. \n\n[\u2615 Buy me a coffee](https://ko-fi.com/trucomanx) \n\n## 4. License\n\nThis project is licensed under the GPL license. See the `LICENSE` file for more details.\n",
"bugtrack_url": null,
"license": null,
"summary": "A slight annotator of detection datasets",
"version": "0.1.5",
"project_urls": {
"Bug Reports": "https://github.com/trucomanx/DetectionDatasetAnnotator/issues",
"Documentation": "https://github.com/trucomanx/DetectionDatasetAnnotator/tree/main/doc",
"Funding": "https://trucomanx.github.io/en/funding.html",
"Source": "https://github.com/trucomanx/DetectionDatasetAnnotator"
},
"split_keywords": [
"dataset",
" annotator",
" yolo"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "6248af67f3f773fcb1e94581fb378816f304bcbbb73231c5f256361b59e826d9",
"md5": "6781b199bd676d7ab3d3ba879a51cd75",
"sha256": "a6821a9a77d73d9793853b6cf10051b4cac16e01eb7fd005a503561cd4829741"
},
"downloads": -1,
"filename": "detection_dataset_annotator-0.1.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6781b199bd676d7ab3d3ba879a51cd75",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 40121,
"upload_time": "2025-09-13T12:12:53",
"upload_time_iso_8601": "2025-09-13T12:12:53.860475Z",
"url": "https://files.pythonhosted.org/packages/62/48/af67f3f773fcb1e94581fb378816f304bcbbb73231c5f256361b59e826d9/detection_dataset_annotator-0.1.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e2029aa4903cb965114dacf507c66fec0cfb8455d75bd760b780dc097ff64058",
"md5": "2d03ca0f7272acf22908c98f309076f8",
"sha256": "83b08e5ad48826a31d96c5d224b3e8b0f5facf7615714740eb032f33cf457fed"
},
"downloads": -1,
"filename": "detection_dataset_annotator-0.1.5.tar.gz",
"has_sig": false,
"md5_digest": "2d03ca0f7272acf22908c98f309076f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 38368,
"upload_time": "2025-09-13T12:12:58",
"upload_time_iso_8601": "2025-09-13T12:12:58.100709Z",
"url": "https://files.pythonhosted.org/packages/e2/02/9aa4903cb965114dacf507c66fec0cfb8455d75bd760b780dc097ff64058/detection_dataset_annotator-0.1.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-13 12:12:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "trucomanx",
"github_project": "DetectionDatasetAnnotator",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "PyQt5",
"specs": []
},
{
"name": "GitPython",
"specs": []
},
{
"name": "natsort",
"specs": []
}
],
"lcname": "detection-dataset-annotator"
}