FirstModulAR 0.1.0
Loading...
Searching...
No Matches
yolo Namespace Reference

Functions

 process_image (image_bytes)
 

Variables

 model_path = sys.argv[1]
 
 model = YOLO(model_path)
 
 image_bytes = base64.b64decode(sys.stdin.readline().strip())
 
 output = process_image(image_bytes)
 

Function Documentation

◆ process_image()

yolo.process_image ( image_bytes)

Variable Documentation

◆ image_bytes

yolo.image_bytes = base64.b64decode(sys.stdin.readline().strip())

◆ model

yolo.model = YOLO(model_path)

◆ model_path

yolo.model_path = sys.argv[1]

◆ output

yolo.output = process_image(image_bytes)