|
1 |
| -# napari-deeplabcut |
| 1 | +# napari-deeplabcut: keypoint annotation for pose estimation |
2 | 2 |
|
3 | 3 |
|
4 |
| -<img src="https://images.squarespace-cdn.com/content/v1/57f6d51c9f74566f55ecf271/1d409ffe-c9f4-47e1-bde2-3010c1c40455/naparidlc.png?format=750w" width="250" title="napari-deeplabcut" alt="napari+deeplabcut" align="right" vspace = "80"> |
| 4 | + |
| 5 | +<img src="https://images.squarespace-cdn.com/content/v1/57f6d51c9f74566f55ecf271/1d409ffe-c9f4-47e1-bde2-3010c1c40455/naparidlc.png?format=750w" width="450" title="napari-deeplabcut" alt="napari+deeplabcut" align="right" vspace = "80"> |
| 6 | + |
| 7 | +[📚Documentation](https://deeplabcut.github.io/DeepLabCut/README.html) | |
| 8 | +[🛠️ DeepLabCut Installation](https://deeplabcut.github.io/DeepLabCut/docs/installation.html) | |
| 9 | +[🌎 Home Page](https://www.deeplabcut.org) | |
5 | 10 |
|
6 | 11 | [](https://www.gnu.org/licenses/bsd3)
|
7 | 12 | [](https://pypi.org/project/napari-deeplabcut)
|
|
10 | 15 | [](https://codecov.io/gh/DeepLabCut/napari-deeplabcut)
|
11 | 16 | [](https://napari-hub.org/plugins/napari-deeplabcut)
|
12 | 17 |
|
13 |
| -A napari plugin for keypoint annotation with DeepLabCut |
| 18 | +A napari plugin for keypoint annotation, also used within DeepLabCut! |
14 | 19 |
|
15 | 20 |
|
16 | 21 | ## Installation
|
17 | 22 |
|
| 23 | +If you installed DeepLabCut[gui], this plugin is already installed. However, you can also use this as a stand-alone keypoint annotator without using DeepLabCut. Instructions below! |
| 24 | + |
18 | 25 | Start by installing PySide6 with `pip install "pyside6<6.3.2"`; this is the library we now use to build GUIs.
|
19 | 26 |
|
20 | 27 | You can then install `napari-deeplabcut` via [pip]:
|
@@ -195,7 +202,7 @@ If you encounter any problems, please [file an issue] along with a detailed desc
|
195 | 202 | ## Acknowledgements
|
196 | 203 |
|
197 | 204 |
|
198 |
| -This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template. We thank the Chan Zuckerberg Initiative (CZI) for funding this work! |
| 205 | +This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template. We thank the Chan Zuckerberg Initiative (CZI) for funding the initial development of this work! |
199 | 206 |
|
200 | 207 | <!--
|
201 | 208 | Don't miss the full getting started guide to set up your new package:
|
|
0 commit comments