|
32 | 32 | .. start-inclusion-marker-do-not-remove
|
33 | 33 |
|
34 | 34 |
|
35 |
| -**SLEAP** - Social LEAP Estimates Animal Pose |
36 |
| ---------------------------------------------- |
| 35 | +**SLEAP** - Social LEAP Estimates Animal Poses |
| 36 | +============================================== |
37 | 37 |
|
38 | 38 | .. image:: https://sleap.ai/docs/_static/sleap_movie.gif
|
39 | 39 | :width: 600px
|
40 | 40 |
|
41 | 41 | **SLEAP** is an open source deep-learning based framework for estimating positions of animal body parts. It supports *multi-animal pose estimation* and *tracking*, and includes an advanced labeling/training GUI for active learning and proofreading.
|
42 | 42 |
|
43 |
| -SLEAP is developed in the `Princeton Neuroscience Institute <pni.princeton.edu>`_. It is written in Python and uses TensorFlow 2 for machine learning and Qt/PySide2 for graphical user interface. |
| 43 | +SLEAP is written in Python and uses TensorFlow 2 for machine learning and Qt/PySide2 for graphical user interface. SLEAP is the successor to `LEAP <https://github.com/talmo/leap>`_ (`Pereira et al., Nature Methods, 2019 <https://www.nature.com/articles/s41592-018-0234-5>`_). |
44 | 44 |
|
45 | 45 |
|
46 | 46 | Features
|
47 | 47 | ------------
|
48 | 48 |
|
49 | 49 | * Purpose-built GUI and human-in-the-loop workflow for rapidly labeling large datasets
|
50 | 50 | * Multi-animal pose estimation with *top-down* and *bottom-up* training strategies
|
51 |
| -* State-of-the-art pretrained and customizable Neural Network architectures that deliver *accurate predictions* with *very few* labels |
| 51 | +* State-of-the-art pretrained and customizable neural network architectures that deliver *accurate predictions* with *very few* labels |
52 | 52 | * Fast training: 15 to 60 mins on a single GPU for a typical dataset
|
53 | 53 | * Fast inference: 400+ FPS for batch, 10ms latency for realtime
|
54 |
| -* Support for remote training/inference workflow (for using without GPUs) |
| 54 | +* Support for remote training/inference workflow (for using SLEAP without GPUs) |
55 | 55 | * Flexible developer API for building integrated apps and customization
|
56 | 56 |
|
57 | 57 |
|
| 58 | +Getting started |
| 59 | +---------------- |
| 60 | + |
| 61 | +To get started with SLEAP, head over to the `Documentation <https://sleap.ai>`_ where you'll find tutorials, guides and example notebooks. |
| 62 | + |
| 63 | +To learn more about the technical side of SLEAP and multi-animal pose tracking, check out our `preprint on bioRxiv <https://doi.org/10.1101/2020.08.31.276246>`_ or watch the `tutorial on SLEAP <https://cbmm.mit.edu/video/decoding-animal-behavior-through-pose-tracking>`_. For a more general introduction to the field of quantitative animal behavior, check out our `review in Nature Neuroscience <https://rdcu.be/caH3H>`_. |
| 64 | + |
| 65 | +You can find the latest version of SLEAP in the `Releases <https://github.com/murthylab/sleap/releases>`_ page. |
| 66 | + |
| 67 | + |
58 | 68 | References
|
59 |
| ----------- |
| 69 | +----------- |
60 | 70 | If you use **SLEAP** in your research, please cite:
|
61 | 71 |
|
62 | 72 | Talmo D. Pereira, Nathaniel Tabris, Junyu Li, Shruthi Ravindranath, Eleni S. Papadoyannis, Z. Yan Wang, David M. Turner, et al. 2020. "SLEAP: Multi-Animal Pose Tracking." *bioRxiv*. https://doi.org/10.1101/2020.08.31.276246.
|
@@ -89,19 +99,17 @@ Contributors
|
89 | 99 | * **Joshua Shaevitz**, Physics and Lewis-Sigler Institute, Princeton University
|
90 | 100 | * **Mala Murthy**, Princeton Neuroscience Institute, Princeton University
|
91 | 101 |
|
92 |
| -SLEAP is developed in the Murthy and Shaevitz labs at Princeton University. Funding: NIH BRAIN Initative R01 NS104899 and Princeton Innovation Accelerator Fund. |
93 |
| -SLEAP is the successor to `LEAP <https://github.com/talmo/leap>`_ (`Pereira et al., 2019 <https://www.nature.com/articles/s41592-018-0234-5>`_). |
94 |
| -To learn more about SLEAP and multi-animal pose tracking download our `preprint on bioRxiv <https://doi.org/10.1101/2020.08.31.276246>`_ or watch the `tutorial on SLEAP <https://cbmm.mit.edu/video/decoding-animal-behavior-through-pose-tracking>`_. |
| 102 | +SLEAP is developed in the `Murthy <https://murthylab.princeton.edu>`_ and `Shaevitz <https://shaevitzlab.princeton.edu>`_ labs at the `Princeton Neuroscience Institute <https://pni.princeton.edu>`_ at Princeton University. This work was made possible through our funding sources, including: NIH BRAIN Initative R01 NS104899 and Princeton Innovation Accelerator Fund. |
95 | 103 |
|
96 | 104 | .. end-inclusion-marker-do-not-remove
|
97 | 105 |
|
98 |
| -Getting Started with SLEAP |
99 |
| ----------------------------- |
| 106 | +Links |
| 107 | +------ |
100 | 108 | * `Documentation Homepage <https://sleap.ai>`_
|
101 |
| -* `Workflow Overview <https://sleap.ai/overview.html>`_ |
| 109 | +* `Overview <https://sleap.ai/overview.html>`_ |
102 | 110 | * `Installation <https://sleap.ai/installation.html>`_
|
103 |
| -* `End-to-end Tutorial <https://sleap.ai/tutorials/tutorial.html>`_ |
104 |
| -* `Detailed Guides <https://sleap.ai/guides/index.html>`_ |
| 111 | +* `Tutorial <https://sleap.ai/tutorials/tutorial.html>`_ |
| 112 | +* `Guides <https://sleap.ai/guides/index.html>`_ |
105 | 113 | * `Notebooks <https://sleap.ai/notebooks/index.html>`_
|
106 | 114 | * `Developer API <https://sleap.ai/api.html>`_
|
107 | 115 |
|
0 commit comments