Skip to content

Commit c6ee1ba

Browse files
committed
Benchmark pytorch: docstring
1 parent dfe5817 commit c6ee1ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dlclive/benchmark_pytorch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ def benchmark(
117117
Type of the model (e.g., 'onnx').
118118
device : str
119119
Device to run the model on ('cpu' or 'cuda').
120+
single_animal: bool
121+
Whether the video contains only one animal (True) or multiple animals (False).
120122
precision : str, optional, default='FP32'
121123
Precision type for the model ('FP32' or 'FP16').
122124
display : bool, optional, default=True

0 commit comments

Comments
 (0)