🛠️ small fix

This commit is contained in:
SkalskiP 2023-04-19 20:36:57 +02:00
parent 651690f838
commit a3bea9ae37
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from typing import Dict, List, Optional
import cv2
import numpy as np
from supervision import list_files_with_extensions
from supervision.file import list_files_with_extensions
from supervision.dataset.formats.pascal_voc import detections_to_pascal_voc
from supervision.detection.core import Detections