You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Golden-Retriever-Data

Set up

This project uses uv package manager. To install it, follow the steps described here.

To install the dependencies, run the following command:

uv sync

Clear notebooks on push

Notebooks take up a lot of space when storing image outputs. To avoid this, the notebooks can be automatically cleared before on every commit.

To achieve this, you have to specify .githooks directory to use provided git hooks. Run the following command:

git config core.hooksPath .githooks

Now, hooks from .githooks/ are used rather than .git/hooks.

Downloads last month
31