Hi @smathermather,
I ran the processing with new parameter(setting texturing-nadir-weight to 32) added.
And I ran into error.
Reading PLY: 118173107 verts...
done.
Removing low-confidence geometry (threshold 0.6)...
Deleted 11041790 low-confidence vertices.
Writing mesh: /var/www/data/3ef14189-efa6-465e-a372-cf3216780a95/mve/mve_dense_point_cloud.filtered.ply
Writing PLY file (107131317 verts, with normals, with confidences, with values, 0 faces)...
done.
[INFO] Finished mve stage
[INFO] Running odm_filterpoints stage
[INFO] Filtering /var/www/data/3ef14189-efa6-465e-a372-cf3216780a95/mve/mve_dense_point_cloud.ply (statistical, meanK 16, standard deviation 2.5)
[INFO] Splitting point cloud filtering in chunks of 250000 vertices
[INFO] running pdal split -i "/var/www/data/3ef14189-efa6-465e-a372-cf3216780a95/mve/mve_dense_point_cloud.ply" -o "/var/www/data/3ef14189-efa6-465e-a372-cf3216780a95/odm_filterpoints/parts/part.ply" --capacity 250000 --writers.ply.sized_types=false --writers.ply.storage_mode='little endian' --writers.ply.dims="x=float,y=float,z=float,nx=float,ny=float,nz=float,red=uchar,blue=uchar,green=uchar"
PDAL: writers.ply: Unknown dimension 'red' in provided dimension list.
Traceback (most recent call last):
File "/code/run.py", line 62, in <module>
app.execute()
File "/code/stages/odm_app.py", line 95, in execute
self.first_stage.run()
File "/code/opendm/types.py", line 350, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 350, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 350, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 350, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 350, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 331, in run
self.process(self.args, outputs)
File "/code/stages/odm_filterpoints.py", line 30, in process
max_concurrency=args.max_concurrency)
File "/code/opendm/point_cloud.py", line 114, in filter
point_cloud_submodels = split(input_point_cloud, partsdir, "part.ply", capacity=VERTEX_THRESHOLD, dims=dims)
File "/code/opendm/point_cloud.py", line 62, in split
system.run(cmd)
File "/code/opendm/system.py", line 76, in run
raise Exception("Child returned {}".format(retcode))
Exception: Child returned 1
Could you please tell me what has gone wrong?
Thanks