Skip to content

Commit 053b5f6

Browse files
committed
updated docs with new test command
1 parent d088ae4 commit 053b5f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Please see our instruction manual to install on a [Windows or Linux machine](doc
3434

3535
- available on pypi as: `pip install deeplabcut-live`
3636

37-
Note, you can test your installation by running:
37+
Note, you can then test your installation by running:
3838

39-
`python /check_install/check_install.py`
39+
`dlc-live-test`
4040

4141
If installed properly, this script will i) create a temporary folder ii) download the full_dog model from the [DeepLabCut Model Zoo](http://www.mousemotorlab.org/dlc-modelzoo), iii) download a short video clip of a dog, and iv) run inference while displaying keypoints. v) remove the temporary folder.
4242

@@ -112,7 +112,7 @@ dlclive.benchmark_videos('/path/to/exported/model', '/path/to/video', resize=[1.
112112
dlc-live-benchmark /path/to/exported/model /path/to/video -r 0.5 --pcutoff 0.5 --display-radius 4 --cmap bmy --save-poses --save-video
113113
```
114114

115-
### Citation:
115+
### Reference:
116116

117117
If you utilize our tool, please cite our [paper](https://www.biorxiv.org/content/10.1101/2020.08.04.236422v1):
118118

docs/install_desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ pip install deeplabcut-live
2020
dlc-live-test
2121
```
2222

23-
Note, you can test your installation by running:
23+
Note, you can also just run the test:
2424

25-
`python /check_install/check_install.py`
25+
`dlc-live-test`
2626

2727
If installed properly, this script will i) create a temporary folder ii) download the full_dog model from the [DeepLabCut Model Zoo](http://www.mousemotorlab.org/dlc-modelzoo), iii) download a short video clip of a dog, and iv) run inference while displaying keypoints. v) remove the temporary folder.

0 commit comments

Comments
 (0)