worker=0
Browse files- runner/inference.py +1 -1
runner/inference.py
CHANGED
@@ -296,7 +296,7 @@ def infer_detect(runner: InferenceRunner, configs: Any) -> None:
|
|
296 |
test_dataset,
|
297 |
batch_size=1,
|
298 |
shuffle=False,
|
299 |
-
num_workers=
|
300 |
sampler=test_sampler,
|
301 |
collate_fn=lambda batch: batch[0],
|
302 |
)
|
|
|
296 |
test_dataset,
|
297 |
batch_size=1,
|
298 |
shuffle=False,
|
299 |
+
num_workers=0,
|
300 |
sampler=test_sampler,
|
301 |
collate_fn=lambda batch: batch[0],
|
302 |
)
|