kopia lustrzana https://github.com/OpenDroneMap/ODM
Update run.pl
Changed line 478 to --halt-on-error 1 -j+0 to -j3
Former-commit-id: e0762d1b7b
gh-pages
rodzic
1deafccae9
commit
9ea18a4f3e
2
run.pl
2
run.pl
|
@ -475,7 +475,7 @@ sub getKeypoints {
|
|||
print SIFT_DEST $vlsiftJobs;
|
||||
close(SIFT_DEST);
|
||||
|
||||
run("\"$BIN_PATH/parallel\" --halt-on-error 1 -j+0 < \"$jobOptions{step_1_vlsift}\"");
|
||||
run("\"$BIN_PATH/parallel\" --halt-on-error 1 -j3 < \"$jobOptions{step_1_vlsift}\"");
|
||||
|
||||
if($args{"--end-with"} ne "getKeypoints"){
|
||||
match();
|
||||
|
|
Ładowanie…
Reference in New Issue