diff --git a/README.md b/README.md
index df067931a69fbe05c7d9f2c3d62f0a8197880484..5684de3e8b47f67b61d5ee8741e19c4d683ed798 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```