Neural network backend for training and inference for animal pose estimation.
- Install mamba (mambaforge is a good replacement for miniconda).
- Create the environment:
With GPU (Windows/Linux):
With CPU (Windows/Linux/Intel Mac):
mamba env create -f environment.yml
Apple Silicon (M1/M2 Mac):mamba env create -f environment_cpu.yml
mamba env create -f environment_osx-arm64.yml
- Make sure you can activate the environment:
mamba activate sleap-nn
- And run the tests:
pytest tests