Object Detection
Loading...
Searching...
No Matches
Variables
testing Namespace Reference

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
 

Variable Documentation

◆ conf

testing.conf

◆ file_path

testing.file_path = os.path.join(image_dir, file_name)

◆ image_dir

str testing.image_dir = "/home/seame/frames/frames3"

◆ imgsz

testing.imgsz

◆ model

testing.model = YOLO(model_path)

◆ model_path

str testing.model_path = "../models/yolo-object-lane-unfroze/weights/best.pt"

◆ save

testing.save

◆ True

testing.True