Skip to content

Commit 537ef16

Browse files
cleanup
1 parent c2ce597 commit 537ef16

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

boxmot/engine/evaluator.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,13 @@
88
from pathlib import Path
99
import numpy as np
1010
from tqdm import tqdm
11-
import configparser
12-
import shutil
1311
import json
1412
import yaml
1513
import cv2
16-
import re
1714
import os
1815
import torch
19-
import threading
2016
import sys
21-
import copy
2217
import concurrent.futures
23-
import traceback
2418
from contextlib import nullcontext
2519

2620
from boxmot.trackers.tracker_zoo import create_tracker
@@ -29,7 +23,6 @@
2923
from boxmot.utils.torch_utils import select_device
3024
from boxmot.utils.plots import MetricsPlotter
3125
from boxmot.utils.misc import increment_path, prompt_overwrite
32-
from boxmot.utils.clean import cleanup_mot17
3326
from typing import Optional, List, Dict, Generator, Union
3427

3528
from boxmot.utils.dataloaders.MOT17 import MOT17DetEmbDataset

0 commit comments

Comments
 (0)