From 85e5c6a6b8cc720a6e3a89bb7bd6554ab9757ec3 Mon Sep 17 00:00:00 2001 From: Stephane Chavin <stephanechvn@gmail.com> Date: Thu, 16 Feb 2023 16:28:30 +0100 Subject: [PATCH] Update YOLOV5/custom_data.yaml --- YOLOV5/custom_data.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YOLOV5/custom_data.yaml b/YOLOV5/custom_data.yaml index 21f2e4f..5ed1848 100644 --- a/YOLOV5/custom_data.yaml +++ b/YOLOV5/custom_data.yaml @@ -1,4 +1,4 @@ -train : /nfs/NAS7/SABIOD/SITE/PSIBIOM/DATA/ONGULES/YOLO/images/train -val : /nfs/NAS7/SABIOD/SITE/PSIBIOM/DATA/ONGULES/YOLO/images/val +train : YOLOV5/images/train +val : YOLOV5/images/val nc : 7 names : ['0:Sus scrofa','1:Equus caballus','2:Rupicapra rupicapra','3:Bos taurus', '4:Capra hircus', '5:Cervidae'] -- GitLab