Skip to content

All of the labeled coyote data (images and metadata) and scripts for managing and preprocessing data for use in machine learning.

License

Notifications You must be signed in to change notification settings

qt-coyotes/qt-coyotes-data-labeled

Repository files navigation

qt coyotes data labeled

This repository contains all of the labeled coyote data (images and metadata) and scripts for managing and preprocessing data for use in machine learning.

Installation

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

DVC

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

Format

Will convert all metadata to COCO Camera Traps format with additional fields.

About

All of the labeled coyote data (images and metadata) and scripts for managing and preprocessing data for use in machine learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published