https://github.com/droyed/datatools
Data preparation tools for deep-learning
https://github.com/droyed/datatools
artificial-intelligence data-setup database deep-learning image object-detection tensorflow xml
Last synced: 6 months ago
JSON representation
Data preparation tools for deep-learning
- Host: GitHub
- URL: https://github.com/droyed/datatools
- Owner: droyed
- License: mit
- Created: 2021-09-17T15:59:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T21:01:57.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T21:58:42.189Z (about 1 year ago)
- Topics: artificial-intelligence, data-setup, database, deep-learning, image, object-detection, tensorflow, xml
- Language: Python
- Homepage:
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Data-setup tools for Deep-learning
==================================
|Py-Versions| |OS| |License|
As the name suggests, this repository is a collection of tools that's meant to assist in data preparation needed for training deep learning models. For now, the focus is on providing tools to assist in tensorflow object detection workflows.
Installation
------------
Update pip, install dependencies and repository :
.. code-block:: console
pip install -U pip
pip install -r https://raw.githubusercontent.com/droyed/datatools/main/requirements.txt
pip install git+https://github.com/droyed/datatools.git
Documentation
-------------
* `Tensorflow object detection data setup `_
.. |Py-Versions| image:: https://img.shields.io/badge/Python-3.6+-blue
:target: https://github.com/droyed/datatools
.. |OS| image:: https://img.shields.io/badge/Platform-%E2%98%AFLinux-9cf
:target: https://github.com/droyed/datatools
.. |License| image:: https://img.shields.io/badge/license-MIT-green
:target: https://raw.githubusercontent.com/droyed/datatools/master/LICENSE