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
116
-
-`model_type` = string; the type of model to use for inference. Types include:
117
-
-`base` = the base DeepLabCut model
118
-
-`tensorrt` = apply [tensor-rt](https://developer.nvidia.com/tensorrt) optimizations to model
119
-
-`tflite` = use [tensorflow lite](https://www.tensorflow.org/lite) inference (in progress...)
120
-
-`cropping` = list of int, optional; cropping parameters in pixel number: [x1, x2, y1, y2]
121
-
-`dynamic` = tuple, optional; defines parameters for dynamic cropping of images
122
-
-`index 0` = use dynamic cropping, bool
123
-
-`index 1` = detection threshold, float
124
-
-`index 2` = margin (in pixels) around identified points, int
125
-
-`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
115
+
-`path` = string; full path to the exported DLC model directory
116
+
-`model_type` = string; the type of model to use for inference. Types include:
117
+
-`pytorch` = the base PyTorch DeepLabCut model
118
+
-`base` = the base TensorFlow DeepLabCut model
119
+
-`tensorrt` = apply [tensor-rt](https://developer.nvidia.com/tensorrt) optimizations to model
120
+
-`tflite` = use [tensorflow lite](https://www.tensorflow.org/lite) inference (in progress...)
121
+
-`cropping` = list of int, optional; cropping parameters in pixel number: [x1, x2, y1, y2]
122
+
-`dynamic` = tuple, optional; defines parameters for dynamic cropping of images
123
+
-`index 0` = use dynamic cropping, bool
124
+
-`index 1` = detection threshold, float
125
+
-`index 2` = margin (in pixels) around identified points, int
126
+
-`resize` = float, optional; factor by which to resize image (resize=0.5 downsizes
127
+
both width and height of image by half). Can be used to downsize large images for
0 commit comments