From 442cbf37991924c713517f4f592b98d8c5de0adb Mon Sep 17 00:00:00 2001 From: Laihui Wei <laihui.wei@wur.nl> Date: Mon, 21 Apr 2025 14:04:28 +0200 Subject: [PATCH] Modified the format of README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 723a98c..0b50b4b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ All models are based on architectures developed during the tutorials. ├── test/ # Test images (unlabeled, used only for inference) ├── val/ # Validation set with images for performance evaluation ├── experiment_tracking.xlsx # Summary of all experiments and results - ├── README.md # Project documentation``` + ├── README.md # Project documentation + ``` In 1-6 experiment_{index}/ folder, you will find the following files: -- GitLab