Skip to content

Latest commit

 

History

History
 
 

datumaro

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dataset framework

A framework to prepare, manage, build, analyze datasets

Documentation

-Quick start guide

Installation

Python3.5+ is required.

To install into a virtual environment do:

python -m pip install virtualenv
python -m virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

Execution

The tool can be executed both as a script and as a module.

PYTHONPATH="..."
python -m datumaro <command>
python path/to/datum.py

Testing

python -m unittest discover -s tests