File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Code supplement: Mapping small landscape features in agricultural lands using CN
1212- Use the stored weights (* .pt) in testing and inference steps
1313- Use the training logs in csv to plot the model behavior during training
1414### Model testing
15- - Run ` inference /test_inference.py` on a single test site image (e.g. 5x5km2) to obtain probability prediction at test-site level
16- - Calculate AUC/ROC to define optimal probability threshold and accuracy metrics with ` inference /test_accuracy.py` .
15+ - Run ` evaluation /test_inference.py` on one or more large images (e.g. 5x5km2) to obtain mosaicked probability prediction raster(s)
16+ - Calculate AUC/ROC to define optimal probability threshold and accuracy metrics with ` evaluation /test_accuracy.py` .
1717### Inference on mosaic
1818- Run ` inference/patches_inference ` to obtain probability prediction at patches level
1919- Batch resample each probability patch into coarser resolution virtual rasters (vrt) with ` inference/resample_patches.sh `
You can’t perform that action at this time.
0 commit comments