Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
DaliCHEBBI committed Nov 5, 2024
1 parent 633ffde commit 2861193
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/source/tutorials/make_predictions.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ To perform hierarchical matching using our similarity learning models, you need
* git clone our repository and install `micmac` and `MicMac V2` after downloading plateform specific [torch cpp libraries](). You may need to modifiy `TORCH_INSTALL_PREFIX` in CMakeLists.txt to point to `libtorch` folder. For our installation, we set it to `${MMVII_SOURCE_DIR}/libtorch`
* compile MMVII and micmac with libtorch
* MicMac uses `xml specifications` files for hierachical dense image matching, we provide an example xml configuration file:
`

```
<ParamMICMAC>
<DicoLoc>
Expand Down Expand Up @@ -265,10 +266,12 @@ To perform hierarchical matching using our similarity learning models, you need
</Section_Vrac>
</ParamMICMAC>
`
```
* The aformentionned xml file activates our models from `Zoom 4`, i.e models are in charge of reconstruction for zooms: 4,2,1.
This is accomplished with and adhoc correlation that calls a set of .pt models (feature extraction + mlp).
`


```
<CorrelAdHoc>
<SzBlocAH> 40000000 </SzBlocAH>
<TypeCAH>
Expand All @@ -281,7 +284,9 @@ This is accomplished with and adhoc correlation that calls a set of .pt models (
</ScoreLearnedMMVII>
</TypeCAH>
</CorrelAdHoc>
`
```

* Parametrization: To launch stereo matching between a pair of epipolar images,

`mm3d MICMAC File.xml +Im1=Im1.tif +Im2=Im2.tif +DirMEC=MEC/ +OnCuda=0 +UsePredicNet=1`
Expand Down

0 comments on commit 2861193

Please sign in to comment.