Explorar el Código

Update README.md

Johan Edstedt hace 2 años
padre
commit
50522299a5
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -49,6 +49,16 @@ F, mask = cv2.findFundamentalMat(
 ```
 ```
 
 
 **New**: You can also match arbitrary keypoints with RoMa. A demo for this will be added soon.
 **New**: You can also match arbitrary keypoints with RoMa. A demo for this will be added soon.
+## Settings
+
+### Resolution
+By default RoMa uses an initial resolution of (560,560) which is then upsampled to (864,864). 
+You can change this at construction (see roma_outdoor kwargs).
+You can also change this later, by changing the roma_model.w_resized, roma_model.h_resized, and roma_model.upsample_res.
+
+### Sampling
+roma_model.sample_thresh controls the thresholding used when sampling matches for estimation. In certain cases a lower or higher threshold may improve results.
+
 
 
 ## Reproducing Results
 ## Reproducing Results
 The experiments in the paper are provided in the [experiments folder](experiments).
 The experiments in the paper are provided in the [experiments folder](experiments).