From b226c4e2062f41515255fee5cade51a34e73eab5 Mon Sep 17 00:00:00 2001 From: Laihui Wei <laihui.wei@wur.nl> Date: Mon, 21 Apr 2025 14:06:11 +0200 Subject: [PATCH] Modified the format of README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b50b4b..d113083 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ In this project, we focus on detecting apples, bananas, oranges, and pears in na All models are based on architectures developed during the tutorials. ## Structure -```DeepLearning MBE 8 +``` +DeepLearning MBE 8 ├── experiment_1/ # ResNet-18, one-step, single-scale, no augmentation ├── experiment_2/ # ResNet-18, one-step, multi-scale, no augmentation ├── experiment_3/ # ResNet-34, one-step, multi-scale, no augmentation @@ -27,7 +28,7 @@ All models are based on architectures developed during the tutorials. ├── val/ # Validation set with images for performance evaluation ├── experiment_tracking.xlsx # Summary of all experiments and results ├── README.md # Project documentation - ``` +``` In 1-6 experiment_{index}/ folder, you will find the following files: -- GitLab