This repository contains all of the labeled coyote data (images and metadata) and scripts for managing and preprocessing data for use in machine learning.
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
A DVC remote is setup with Google Drive, to pull data use dvc pull
.
To push data,
dvc add data
dvc commit
git commit
git add -A
git commit -m "Add new dataset ..."
git push
dvc push
Will convert all metadata to COCO Camera Traps format with additional fields.