kopia lustrzana https://github.com/OpenDroneMap/ODM
SMVS float to int fix, increased version number
rodzic
6b537945a2
commit
aa8eeaa26c
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.3.1
|
||||
0.4.0
|
||||
|
|
|
@ -70,7 +70,7 @@ class ODMSmvsCell(ecto.Cell):
|
|||
config = [
|
||||
"-t%s" % self.params.threads,
|
||||
"-a%s" % self.params.alpha,
|
||||
"--max-pixels=%s" % self.params.max_pixels,
|
||||
"--max-pixels=%s" % int(self.params.max_pixels),
|
||||
"-o%s" % self.params.output_scale,
|
||||
"--debug-lvl=%s" % ('1' if self.params.verbose else '0'),
|
||||
"%s" % '-S' if self.params.shading else '',
|
||||
|
|
Ładowanie…
Reference in New Issue