Robocubs / mlrun

Team 1701's machine learning inference processor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLRun

An inference operator for TensorFlow-based object detection models. Designed for modularity and ease of use.

Installation

Only supported on Ubuntu 18.04 at this time. You'll need the following dependencies:

All the other dependencies are managed by Pip. Once you've satisfied this somewhat onerous list of requirements:

>>> git clone https://github.com/Robocubs/mlrun
>>> pip3 install -r requirements.txt
>>> python3 -m mlrun [config name here]

About

Team 1701's machine learning inference processor.

License:GNU General Public License v2.0


Languages

Language:Python 97.3%Language:Shell 2.7%