![]() |
FirstModulAR 0.1.0
|
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) | |
| yolo.process_image | ( | image_bytes | ) |
| yolo.image_bytes = base64.b64decode(sys.stdin.readline().strip()) |
| yolo.model = YOLO(model_path) |
| yolo.model_path = sys.argv[1] |
| yolo.output = process_image(image_bytes) |