Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kb2zuz

Pages: [1]
1
Feature Requests / Import ASCII Pts (as laser-like scan)
« on: July 19, 2024, 07:03:50 PM »
We have been using a GOM/Zeiss structured light scanner to supplement some of our photogrammetry. It can export points as ASCII .asc files. I have had some success converting these .asc files to .e57 files via CloudCompare and importing them into Metashape, but it would save a lot of additional work if Metashape could natively import .asc point clouds.

Just a note we are using metashape for making models of objects, not geography/topography. I also know these are structured light scans and not technically laser scans but it is useful particularly when we have objects with heavy occlusions or materials that do not work as well for photogrammetry (flat areas in a solid color with little detail for photogrammetry to latch on to).

If we could import these files directly it would substantially improve our workflow.

2
General / Decimated Model not aligned to original
« on: November 17, 2023, 08:42:52 PM »
I produced a model after aligning multiple laser scans to supliment the photogrammetry. I selected the resulting model (with an [R] alignment designation) and decimated it to create a 2nd smaller model. The resulting decimated model is tilted at an angle and not aligned to any other model or point cloud in the project (even in other chunks). This of course makes it impossible to build new textures from the images.

Metashape Professional v. 2.1.0 build 17262 (64 bit)
Windows 10 Pro v. 22H2 OS Build 19045.3693


3
Bug Reports / Refine Mesh: Kernel Failed: invalid argument (1) at line 99
« on: November 08, 2023, 06:14:48 PM »
I am trying to refine a mesh. I ran it with the settings of Ultra High, 10 (also previously tried 8) iterations, and 0.5 smoothness

The project has 126 aligned images but disabled 40 of them and am trying to only run on 86 images that were cross polarized and not the 40 that were not polarized. All images are 50MP (8272x6200 and 16 bit/channel TIFFS).

Here's a copy and paste from the console:

2023-11-08 09:56:09 Found 2 GPUs in 0.139 sec (CUDA: 0.083 sec, OpenCL: 0.056 sec)
2023-11-08 09:56:09 RefineModel: downscale = 1, iterations = 10, smoothness = 0.5
2023-11-08 09:56:09 Initializing...
2023-11-08 09:56:12 Found 2 GPUs in 0 sec (CUDA: 0 sec, OpenCL: 0 sec)
2023-11-08 09:56:18 Using device: NVIDIA GeForce RTX 4090, 128 compute units, free memory: 22599/24563 MB, compute capability 8.9
2023-11-08 09:56:18   driver/runtime CUDA: 12020/10010
2023-11-08 09:56:18   max work group size 1024
2023-11-08 09:56:18   max work item sizes [1024, 1024, 64]
2023-11-08 09:56:18   got device properties in 0 sec, free memory in 6.584 sec
2023-11-08 09:56:19 Using device: NVIDIA GeForce RTX 4090, 128 compute units, free memory: 22998/24563 MB, compute capability 8.9
2023-11-08 09:56:19   driver/runtime CUDA: 12020/10010
2023-11-08 09:56:19   max work group size 1024
2023-11-08 09:56:19   max work item sizes [1024, 1024, 64]
2023-11-08 09:56:19 Device 'NVIDIA GeForce RTX 4090' has 22209 Mb of free memory
2023-11-08 09:56:19 Device 'NVIDIA GeForce RTX 4090' has 22608 Mb of free memory
2023-11-08 09:56:19 Analyzing model...
2023-11-08 09:56:20 Faces: 3154562, Vertices: 1578983
2023-11-08 09:56:20 Memory required on each device: 2555 Mb + 661 Mb = 3217 Mb
2023-11-08 09:56:20 Using device 'NVIDIA GeForce RTX 4090' in concurrent. (2 times)
2023-11-08 09:56:20 Using device 'NVIDIA GeForce RTX 4090' in concurrent. (2 times)
2023-11-08 09:56:33 Stage #1 out of 2
2023-11-08 09:56:33 Faces: 3154562, Vertices: 1578983
2023-11-08 09:56:33 Memory required on each device: 638 Mb + 661 Mb = 1300 Mb
2023-11-08 09:56:33 Preprocessing model...
2023-11-08 09:56:40 Faces: 3669557, Vertices: 1836481
2023-11-08 09:56:40 Memory required on each device: 2807 Mb + 769 Mb = 3577 Mb
2023-11-08 09:56:41 Loading photos...
2023-11-08 09:57:02 Error: cudaFree(data_): invalid argument (1) at line 108
2023-11-08 09:57:02 Error: cudaFree(data_): invalid argument (1) at line 108
2023-11-08 09:57:02 Error: cudaFree(data_): invalid argument (1) at line 108
2023-11-08 09:57:02 Error: cudaFree(data_): invalid argument (1) at line 108
2023-11-08 09:57:02 loaded photos in 20.686 seconds
2023-11-08 09:57:02 Refining model...
2023-11-08 09:57:12 Iteration #1 out of 10
2023-11-08 09:57:30 Iteration #2 out of 10
2023-11-08 09:57:47 Iteration #3 out of 10
2023-11-08 09:58:04 Iteration #4 out of 10
2023-11-08 09:58:22 Iteration #5 out of 10
2023-11-08 09:58:39 Iteration #6 out of 10
2023-11-08 09:58:56 Iteration #7 out of 10
2023-11-08 09:59:13 Iteration #8 out of 10
2023-11-08 09:59:31 Iteration #9 out of 10
2023-11-08 09:59:48 Iteration #10 out of 10
2023-11-08 10:00:05 Stage #2 out of 2
2023-11-08 10:00:05 Faces: 3669557, Vertices: 1836481
2023-11-08 10:00:05 Memory required on each device: 2555 Mb + 769 Mb = 3325 Mb
2023-11-08 10:00:06 Preprocessing model...
2023-11-08 10:00:25 Faces: 10209967, Vertices: 5106849
2023-11-08 10:00:25 Memory required on each device: 11231 Mb + 2142 Mb = 13373 Mb
2023-11-08 10:00:25 Using device 'NVIDIA GeForce RTX 4090' in concurrent. (1 times)
2023-11-08 10:00:26 Using device 'NVIDIA GeForce RTX 4090' in concurrent. (1 times)
2023-11-08 10:00:26 Loading photos...
2023-11-08 10:00:27 Error: cudaFree(data_): invalid argument (1) at line 108
2023-11-08 10:00:27 Error: cudaFree(data_): invalid argument (1) at line 108
2023-11-08 10:00:27 Finished processing in 257.605 sec (exit code 0)
2023-11-08 10:00:27 Error: Kernel failed: invalid argument (1) at line 99

Pages: [1]