You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhiltsov-max 0bab60b7a0 Add cvat cli to datumaro project export (#870) 6 years ago
..
extractors Add cvat cli to datumaro project export (#870) 6 years ago
README.md Add cvat cli to datumaro project export (#870) 6 years ago

README.md

Quick start

# optionally make a virtualenv
python -m virtualenv .venv
. .venv/bin/activate

# install dependencies
sed -r "s/^(.*)#.*$/\1/g" datumaro/requirements.txt | xargs -n 1 -L 1 pip install
pip install -r cvat/utils/cli/requirements.txt

# set up environment
PYTHONPATH=':'
export PYTHONPATH
ln -s $PWD/datumaro/datum.py ./datum
chmod a+x datum

# use Datumaro
./datum --help

Check Datumaro QUICKSTART.md for further info.