harshiniKumar / Drone-Detection-using-YOLOv3

A model to detect drones from images,videos and live stream.
19 stars 8 forks source link

No module named 'utils.utils' #3

Open salnikovalex opened 1 year ago

salnikovalex commented 1 year ago

from utils.utils import get_yolo_boxes, makedirs in predict.py returns No module named 'utils.utils'

Tell me pls what model should I install to get utils.utils ?

gmamergame commented 1 week ago

just do

windows: pip install utils mac or other: pip3 install utils