Skip to content

Commit 3130038

Browse files
authored
Add missing positional args (#2819)
1 parent 180c7ee commit 3130038

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/COLAB/COLAB_DEMO_SuperAnimal.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@
155155
"deeplabcut.video_inference_superanimal(\n",
156156
" [video_path],\n",
157157
" supermodel_name,\n",
158+
" model_name=\"hrnet_w32\",\n",
159+
" detector_name=\"fasterrcnn_resnet50_fpn_v2\",\n",
158160
" videotype=videotype,\n",
159161
" video_adapt=True,\n",
160162
" scale_list=scale_list,\n",

0 commit comments

Comments
 (0)