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

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

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