FirstModulAR 0.1.0
Loading...
Searching...
No Matches
yolo.py File Reference

Namespaces

namespace  yolo
 

Functions

 yolo.process_image (image_bytes)
 

Variables

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