An inference engine for YOLO models.
The server supports both chariot-v2-kserve and chariot-v2 inference protocols.
MODEL_PATH: path to a YOLO.ptfile. ORMODEL_DIR: path to a directory containing a YOLOmodel.ptfile.CHARIOT_INFERENCE_PROTOCOL(default:chariot-v2-kserve): selects eitherchariot-v2-kserveorchariot-v2.DEFAULT_SCORE_THRESHOLD(default:0.5): the default confidence score threshold.UVICORN_HOST(default:0.0.0.0)UVICORN_PORT(default:8080)
Task type is inferred from the loaded model.