kopia lustrzana https://github.com/OpenDroneMap/ODM
Added missing newlines to print statement in run.pl
rodzic
4ef6fa4daa
commit
57d10d868a
4
run.pl
4
run.pl
|
@ -798,8 +798,8 @@ sub odm_georeferencing {
|
|||
} elsif (-e "$jobOptions{srcDir}/$args{'--odm_georeferencing-gcpFile'}") {
|
||||
run("\"$BIN_PATH/odm_georef\" -bundleFile $jobOptions{jobDir}/pmvs/bundle.rd.out -gcpFile $jobOptions{srcDir}/$args{'--odm_georeferencing-gcpFile'} -imagesPath $jobOptions{srcDir}/ -imagesListPath $jobOptions{jobDir}/pmvs/list.rd.txt -bundleResizedTo $jobOptions{resizeTo} -inputFile $jobOptions{jobDir}-results/odm_texturing/odm_textured_model.obj -outputFile $jobOptions{jobDir}-results/odm_texturing/odm_textured_model_geo.obj -logFile $jobOptions{jobDir}/odm_georeferencing/odm_georeferencing_log.txt");
|
||||
} else {
|
||||
print "Warning: No GCP file. Consider rerunning with argument --odm_georeferencing-useGcp false --start-with odm_georeferencing";
|
||||
print "Skipping orthophoto";
|
||||
print "Warning: No GCP file. Consider rerunning with argument --odm_georeferencing-useGcp false --start-with odm_georeferencing\n";
|
||||
print "Skipping orthophoto\n";
|
||||
$args{"--end-with"} = "odm_georeferencing";
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue