Skip to content

Commit 211a75e

Browse files
authored
Update README.md
Let me know if the img are visible..
1 parent 63f0c9e commit 211a75e

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,51 @@
11
# DeepLabCutLive
22
GUI to run DeepLabCut on live video feed
3+
4+
## Install
5+
6+
Launch **console**:
7+
```python
8+
conda create -n dlc_live
9+
conda activate dlc_live
10+
conda install python=3.7 tensorflow-GPU==1.13.1
11+
```
12+
**Install** dlc live GUI **packages**:
13+
```python
14+
pip install https://github.com/DeepLabCut/DeepLabCut-live.git
15+
pip install https://github.com/DeepLabCut/DeepLabCut-live-GUI.git
16+
```
17+
**Run dlc live gui**:
18+
```python
19+
dlclivegui
20+
```
21+
## Configure GUI
22+
23+
- **Config**: scroll down menu: Create new config
24+
- **Camera**: scroll down menu: Add new camera or video from browser
25+
- **Edit Camera Settings**:
26+
- Select the camera by picking its **serial number**.
27+
- Rotate/Crop the desired portion of the image
28+
- **display_resize**: to use less resources while displaying
29+
- **Init Camera**
30+
31+
<p align="center">
32+
<img src= https://bc3-production-blob-previews-us-east-2.s3.us-east-2.amazonaws.com/04b78c1a-c2b7-11ea-a1bf-a0369f6bea8a?response-content-disposition=inline%3B%20filename%3D%22preview-lightbox-image.png%22%3B%20filename%2A%3DUTF-8%27%27preview-lightbox-image.png&response-content-type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAS5PME4CT5QW2PJJU%2F20200710%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20200710T140950Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=62ebe4865a99d4a90ac3a66d0b898e6b3e3e2cdce1fbc63d97bca4f306bb60b2>
33+
<img src= https://bc3-production-blob-previews-us-east-2.s3.us-east-2.amazonaws.com/b55cf2da-c2b7-11ea-8d78-c81f66d3f0a2?response-content-disposition=inline%3B%20filename%3D%22preview-lightbox-image.png%22%3B%20filename%2A%3DUTF-8%27%27preview-lightbox-image.png&response-content-type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAS5PME4CT5QW2PJJU%2F20200710%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20200710T141446Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=cf3ba83bfc5af64e9b510722a25b210a71402c170adaaa4c0028d585c6252613>
34+
</p>
35+
36+
- **Processor settings**: TODO
37+
- **DeepLabCut**:
38+
- From scroll down menu: **Add DLC** or chose your model, these settings can be modified using **Edit DLC Settings**
39+
- Specify Name, browse to extracted DLC model folder
40+
- Specify resizing similar to display_resize to make the inference quicker.
41+
- **Init DLC**
42+
- **Display DLC Keypoints**, keypoints can be edited but need to be 'undisplayed' first to have an effect.
43+
44+
<p align="center">
45+
<img src= https://bc3-production-blob-previews-us-east-2.s3.us-east-2.amazonaws.com/3ffebfc2-c2b8-11ea-b280-a0369f6bed60?response-content-disposition=inline%3B%20filename%3D%22preview-lightbox-image.png%22%3B%20filename%2A%3DUTF-8%27%27preview-lightbox-image.png&response-content-type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAS5PME4CT5QW2PJJU%2F20200710%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20200710T141839Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=dacc90e60f6dab4f282e25f4b468a42bc3e79ed9529c3fa99915df0440c47420>
46+
</p>
47+
48+
## Record Session
49+
50+
- **Record**:
51+
- **Set Up Session -> Ready -> On -> Off -> Save Video**

0 commit comments

Comments
 (0)