Object Detection
|
Variables | |
str | model_path = "../models/yolo-object-lane-unfroze/weights/best.pt" |
model = YOLO(model_path) | |
str | image_dir = "/home/seame/frames/frames3" |
file_path = os.path.join(image_dir, file_name) | |
save | |
True | |
imgsz | |
conf | |
testing.conf |
testing.file_path = os.path.join(image_dir, file_name) |
str testing.image_dir = "/home/seame/frames/frames3" |
testing.imgsz |
testing.model = YOLO(model_path) |
str testing.model_path = "../models/yolo-object-lane-unfroze/weights/best.pt" |
testing.save |
testing.True |