Skip to content
Snippets Groups Projects
Commit 1cb386ed authored by Fabrice Daian's avatar Fabrice Daian
Browse files

add section transfer model

parent 34ca0e1d
No related branches found
No related tags found
No related merge requests found
...@@ -147,8 +147,18 @@ If everything works correctly you should see: ...@@ -147,8 +147,18 @@ If everything works correctly you should see:
Experiment 'metrology_experiment' created successfully at ./experiments/metrology_experiment/ 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 ### 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. 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``` #### Usage : ```python mupixinfer.py --experiment_path EXPERIMENT_PATH```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment