From 1cb386ed9615fa3332ddd5ebd29c98e40dcdc014 Mon Sep 17 00:00:00 2001
From: Fabrice Daian <fabrice.daian@lis-lab.fr>
Date: Fri, 28 Feb 2025 10:58:27 +0100
Subject: [PATCH] add section transfer model

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index df06793..5684de3 100644
--- a/README.md
+++ b/README.md
@@ -147,8 +147,18 @@ If everything works correctly you should see:
 Experiment 'metrology_experiment' created successfully at ./experiments/metrology_experiment/
 ```
 
+### 4 - Transfer the ```metrology``` model to the experiment path
+
+Before starting the denoising process, we need to transfer the model weights to the experiment paths:
+
+```
+ mv metrology_model/metrology/Generator/ experiments/metrology_experiment/results/networks/
+```
+
+
 ### 4 - Denoising
 
+
 The `mupixinfer.py` script allows you to use a pre-trained µPIX model to denoise a dataset located in the `test` directory inside the experiment path.
 
 #### Usage : ```python mupixinfer.py --experiment_path EXPERIMENT_PATH```
-- 
GitLab