Agisoft Metashape
Agisoft Metashape => General => Topic started by: dense_data on July 08, 2018, 09:57:36 PM
-
I've attempted to perform a rather ambitious dense reconstructions with PhotoScan Standard. While everything works quite fast because of GPU acceleration, I've hit the (apparently) well known bottleneck of dense point cloud create after successfully creating depth maps. There seem to be a couple tricks posted in this forum which should speed up the process namely by reducing the number of maximum neighbors, because "excessive" overlap seems to cause PhotoScan to become sluggish. Now the problem is *those* settings are apparently only accessible in the form of python commands, e.g. as shown here http://www.agisoft.com/forum/index.php?topic=8361.0
Is there any way to adjust these settings in PhotoScan Standard?
(Hint: This would also be nice as a new feature, GPU accelerated dense point cloud creation)
-
Can anybody help?
-
Hello dense_data,
Starting from PhotoScan version 1.4.2 (both Standard and Professional) you can modify that "hidden"setting using Tweaks dialog that is accessible from the Advanced Preferences tab.
Create the new entry with the following name:
main/dense_cloud_max_neighbors
and assign the desired pairs value, like 50 or 60, for example.
To remove the limit you can either delete the "tweak" or set the value to "-1".
-
Thank you, very much! Looks much better already!