We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe5817 commit c6ee1baCopy full SHA for c6ee1ba
dlclive/benchmark_pytorch.py
@@ -117,6 +117,8 @@ def benchmark(
117
Type of the model (e.g., 'onnx').
118
device : str
119
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).
122
precision : str, optional, default='FP32'
123
Precision type for the model ('FP32' or 'FP16').
124
display : bool, optional, default=True
0 commit comments