Skip to content

Commit cacaa42

Browse files
committed
remove duplicate
1 parent 967d0a5 commit cacaa42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/test/evaluation/running.py

-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ def run_dataset(dataset, trackers, debug=False, threads=0, num_gpus=8):
170170

171171
print('evaluating {:4d} trackers on {:5d} sequences'.format(len(trackers), len(dataset)))
172172

173-
multiprocessing.set_start_method('spawn', force=True)
174-
175173
if threads == 0:
176174
mode = 'sequential'
177175
else:

0 commit comments

Comments
 (0)