You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify and reflow README content for the new PySide6-based GUI: split and reword the Update paragraph, emphasize that the newest GUI must be obtained by installing from source (while the previous package remains on PyPI), strengthen formatting for the GPU/CUDA install tip, and fix a minor punctuation change in the citation request.
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ GUI to run [DeepLabCut-Live](https://github.com/DeepLabCut/DeepLabCut-live) on a
16
16
17
17
## Update
18
18
19
-
> The GUI has been modernized and is now built with **PySide6 (Qt)** (replacing tkinter). The new interface supports **multi-camera preview** with a **tiled display**, PyTorch models, and features improved interactive workflows for experimental use.
19
+
The GUI has been modernized and is now built with **PySide6 (Qt)** (replacing tkinter).
20
+
21
+
The new interface supports **multi-camera preview** with a **tiled display**, PyTorch models, and features improved interactive workflows for experimental use.
20
22
21
23
---
22
24
@@ -38,7 +40,7 @@ GUI to run [DeepLabCut-Live](https://github.com/DeepLabCut/DeepLabCut-live) on a
38
40
39
41
## Installation
40
42
41
-
While `deeplabcut-live-gui` is available on **PyPI**, the newest PySide6-based GUI and features are currently best obtained by installing from source.
43
+
While the previous `deeplabcut-live-gui` is available on PyPI, the newest PySide6-based GUI and features **must be obtained by installing from source**.
42
44
43
45
To get the **latest version**, please follow the **instructions below**.
44
46
@@ -112,7 +114,7 @@ pip install -e .[tf]
112
114
## Run the application
113
115
114
116
> [!TIP]
115
-
> For GPU/CUDA support specifics and framework compatibility, please follow the official PyTorch/TensorFlow install guidance for your OS and drivers.
117
+
> For GPU/CUDA support specifics and framework compatibility, please follow the **official PyTorch/TensorFlow install guidance** for your OS and drivers.
116
118
117
119
After installation, start the application with:
118
120
@@ -164,7 +166,7 @@ Typical workflow:
164
166
165
167
## References
166
168
167
-
If you use this code we kindly ask you to please cite:
169
+
If you use this code, we kindly ask you to please cite:
168
170
169
171
-**[Kane et al., eLife 2020](https://elifesciences.org/articles/61909)**
170
172
- If preferred, see the **[Preprint](https://www.biorxiv.org/content/10.1101/2020.08.04.236422v2)**
0 commit comments