Skip to content

Commit 2b7c520

Browse files
committed
Benchmark pytorch - update display params
1 parent 77c2f43 commit 2b7c520

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dlclive/benchmark_pytorch.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def benchmark(
9090
precision: str = "FP32",
9191
display=True,
9292
pcutoff=0.5,
93-
display_radius=5,
93+
display_radius=3,
9494
resize=None,
9595
cropping=None, # Adding cropping to the function parameters
9696
dynamic=(False, 0.5, 10),
@@ -159,6 +159,9 @@ def benchmark(
159159
cropping=cropping, # Pass the cropping parameter
160160
dynamic=dynamic,
161161
precision=precision,
162+
pcutoff=pcutoff,
163+
display_radius=display_radius,
164+
display_cmap=cmap,
162165
)
163166

164167
# Ensure save directory exists

0 commit comments

Comments
 (0)