Skip to content

Commit e5d10f7

Browse files
authored
Update README.md
1 parent 9c9fd23 commit e5d10f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dlc_live.init_inference(<your image>)
3232
dlc_live.get_pose(<your image>)
3333
```
3434

35-
`DLCLive` parameters:
35+
`DLCLive` **parameters:**
3636

3737
- `path` = string; full path to the exported DLC model directory
3838
- `model_type` = string; the type of model to use for inference. Types include:
@@ -47,3 +47,8 @@ dlc_live.get_pose(<your image>)
4747
- `resize` = float, optional; factor by which to resize image (resize=0.5 downsizes both width and height of image by half). Can be used to downsize large images for faster inference
4848
- `processor` = dlc pose processor object, optional
4949
- `display` = bool, optional; display processed image with DeepLabCut points? Can be used to troubleshoot cropping and resizing parameters, but is very slow
50+
51+
`DLCLive` **inputs:**
52+
53+
- `<path to exported model directory>` = path to the folder that has the `.pb` files that you acquire after running `deeplabcut.export_model`
54+
- `<your image>` = is a numpy array of each frame

0 commit comments

Comments
 (0)