Skip to content

aykborstelmann/nir-coloring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NIR-Coloring

Getting Started

TLDR

Create your Anaconda environment

conda env create -n nir-coloring --file environment.yml
conda activate nir-coloring

Downloading Datasets

./tools/download_dataset.py <dataset_name>

For all available datasets options see

./tools/download_dataset.py --help

To increase the parallel downloads use the --parallel_downloads option.

Downloading Results

Find all results at here.

Download relevant experiments to results in the same folder structure.

Links

Dataset

We use Caltech Camera Traps and Snapshot Serengeti as data sources.

To create datasets from these two subsets, download their metadata files into data/dataset/. To only download a pre-created dataset, this is not necessary.

Specifically this means:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published