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
-`path` = string; full path to the exported DLC model directory
38
38
-`model_type` = string; the type of model to use for inference. Types include:
@@ -47,3 +47,8 @@ dlc_live.get_pose(<your image>)
47
47
-`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
-`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`
0 commit comments