kopia lustrzana https://github.com/OpenDroneMap/ODM
Merge pull request #142 from coredump-ch/newlines
Added missing newlines to print statement in run.pl
Former-commit-id: 6654a937b1
gh-pages
commit
83e97653f7
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