Skip to content

Commit

Permalink
add analysis notebook link/description
Browse files Browse the repository at this point in the history
  • Loading branch information
ntabris authored Jul 15, 2020
1 parent 43de5ea commit cb21c53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ Once you're ready to run training and inference on your own SLEAP dataset, this
After you're able to run training and inference on your own SLEAP dataset using Colab, you're ready to learn how to train with custom hyperparameters. This notebook will walk you through that process.

<a href="https://colab.research.google.com/github/murthylab/sleap-notebooks/blob/master/Training_with_custom_hyperparameters.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>

## Analysis examples

Once you've used SLEAP to successfully estimate animal pose and track animals in your videos, you'll want to use the resulting data. This notebook walks you through some analysis examples which illustrate how to read and interpret the data in the [Analysis HDF5](https://sleap.ai/tutorials/analysis.html) files which you can export from SLEAP.

<a href="https://colab.research.google.com/github/murthylab/sleap-notebooks/blob/master/Analysis_examples.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>

0 comments on commit cb21c53

Please sign in to comment.