# labelstudio annotation: "image": "/data/upload/20/image1.png" or "image": "/data/local-files/?d=LABEL_STUDIO_LOCAL_FILES_DOCUMENT_ROOT/image1.png"LABELSTUDIO_PATH='/data/upload/20'DATASET_ROOT_DIR='/home/user/apps/label-studio/media/upload/20'# folder where your images is storeSTORAGE_DIR='/home/user/LabelStudio-Yolov8-Detection-Backend/data'# folder to save training artifactsMODEL_NAME='yolov8n_custom'# name your modelMODEL_INIT='/home/user/LabelStudio-Yolov8-Detection-Backend/model/yolov8n.pt'# model initMODEL_LATEST=f'/home/user/LabelStudio-Yolov8-Detection-Backend/runs/detect/{MODEL_NAME}/weights/best.pt'# latest model updated after each trainingDETECTION_YAML='/home/user/LabelStudio-Yolov8-Detection-Backend/data/detection.yaml'# your yaml for training yolov8