Good evening,
Testing on a dataset with high resolution images and i stumbled upon a very weird output i did not expect.
I runned several times a dataset of 93 DJI-MAVIC2 camera images flown by dji pilot.Weirdly enough when i run the dataset with the images as is (without resize) the result is way worse than the dataset run with resize 1000.The images original dimensions are 5286x4228.
NodeODM version: 2.8.4
Sample image:
Test cases data:
Dataset ran with no resize:
-
command: run project --resize-to -1 --dsm --dtm --orthophoto-resolution 1 --dem-resolution 1 --pc-classify --smrf-window 0 --smrf-threshold 0
-
output data :
-
report :
resize_-1.pdf (7.2 MB)
Dataset ran with resize 1000:
-
command: run project --resize-to 1000 --dsm --dtm --orthophoto-resolution 1 --dem-resolution 1 --pc-classify --smrf-window 0 --smrf-threshold 0
-
output data :
-
report :
report.pdf (7.7 MB)
Dataset ran with feature-quality lowest:
-
command: run project --feature-quality lowest --dsm --dtm --orthophoto-resolution 1 --dem-resolution 1 --pc-classify --smrf-window 0 --smrf-threshold 0
-
output data :
-
report :
report.pdf (8.7 MB)
Despite the fact the unresized images dataset has 62.000 detected features ,there are only 630 reconstructed points , while resize to 1000 dataset has only 11.150 features and has 1038 reconstructed features leading to a much better ortho and dsm tifs.
Any advice will be very helpfull.
Thanks in advance.