Skip to content

Commit d8f8eb0

Browse files
committed
Correct arg name
1 parent 87ac706 commit d8f8eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlclive/benchmark_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def analyze_video(
154154

155155
# Create the DLCLive object with cropping
156156
dlc_live = DLCLive(
157-
path=model_path,
157+
model_path=model_path,
158158
model_type=model_type,
159159
device=device,
160160
display=display,

0 commit comments

Comments
 (0)