Skip to content

Commit 4409d93

Browse files
authored
Update README.md
1 parent 334c294 commit 4409d93

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# DeepLabCutLive
2-
GUI to run DeepLabCut on live video feed
1+
# DeepLabCut-Live! GUI<img src="https://images.squarespace-cdn.com/content/v1/57f6d51c9f74566f55ecf271/1596193544929-NHMVMXPVEYZ6R4I45DSR/ke17ZwdGBToddI8pDm48kOHwsIwndRGCkvek0XAcW4ZZw-zPPgdn4jUwVcJE1ZvWEtT5uBSRWt4vQZAgTJucoTqqXjS3CfNDSuuf31e0tVH0wqgmu6zkAOZ3crWCtkmLcPIuzHaxU8QRzZwtrVtHupu3E9Ef3XsXP1C_826c-iU/DLCLIVEGUI_LOGO.png?format=750w" width="350" title="DLC-live GUI" alt="DLC LIVE! GUI" align="right" vspace = "50">
2+
GUI to run DeepLabCut-live video feed, record videos, and record external timestamps.
33

44
## Install
55

@@ -9,9 +9,11 @@ conda create -n dlc_live
99
conda activate dlc_live
1010
conda install python=3.7 tensorflow-GPU==1.13.1
1111
```
12-
**Install** dlc live GUI **packages**:
12+
after this installs, simply run `conda activate dlc_live` to launch the environment.
13+
14+
**Install** DLC-Live! GUI **packages**:
1315
```python
14-
pip install https://github.com/DeepLabCut/DeepLabCut-live.git
16+
pip install deeplabcut-live
1517
pip install https://github.com/DeepLabCut/DeepLabCut-live-GUI.git
1618
```
1719
**Run dlc live gui**:

0 commit comments

Comments
 (0)