msanta

Results 22 comments of msanta

You could use CCTags to scale the model. See https://github.com/alicevision/meshroom/wiki/CCTAG-scaling

The bounding box should appear after you double click the meshing node in the graph editor.

Not sure why there is such a large time difference. Doing a compare between the logs I can see a variety of differences, such as the number of landmarks found...

The _cpulimit_ command should be used something like this: `cpulimit -c 8 -l 100 -- /path/to/meshroom_batch `. However _meshroom_batch_ is going to start another process for each step and I...

You can use _cpulimit_ on a running process by specifying the process ID with the -p option: `cpulimit -c 8 -l 100 -p 1234`. That should let you see if...

@scparker I tried your dataset and it worked for me (all settings left at default, using 2023.2). ![image](https://github.com/alicevision/Meshroom/assets/5391990/4d1c34c9-0466-460b-b7bd-c79585f63354) Please provide the log from the Texturing node.

@JamesMoriartyDecripto Can you show what the mesh looks like without the point cloud.

Is that the entire log? I would have expected to see an error message at the end. You can try changing the `Verbose Level` for the Texturing node to `debug`...