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.


Messages - tweezlednutball

Pages: [1] 2 3
1
Bug Reports / Filter by Confidence selection.
« on: October 18, 2021, 10:19:33 PM »
In previous versions I was able to filter by confidence, then select the cloud and invert selection and delete the low confidence points in the dense cloud.  this trick no longer works.  I am not sure what version it stopped working but I did it many times in the past and it is no longer working.  Maybe the workflow has changed and I am unaware?  Thank you.

2
Feature Requests / Re: Focus Camera on Selected
« on: October 01, 2020, 03:31:37 AM »
Hi Alexey,

Thank you for looking into this!

I will check out the Customize Button menu, thanks for the tip!

3
Feature Requests / Re: Focus Camera on Selected
« on: September 22, 2020, 11:05:23 PM »
Hi Alexey,

I am aware of that feature.  I am requesting that there is a hot key to frame the camera and place the orbit control centered around what it selected.  Very much like "f" key in Maya or any other 3D package for example.

Additionally I feel that Filter by Selection and Reset Selection should have hot keys.


Thank you!

4
Feature Requests / Focus Camera on Selected
« on: September 22, 2020, 03:58:44 AM »
Would be extremely useful to be able to focus the camera on the selected points in a dense cloud.  Especially for manually cleaning up large clouds.  There is absolutely no way to know if you have accidentally selected point somewhere else in a very large dense cloud.  It would also just be very helpful in just inspected areas of a large cloud to be able to easily orbit around a selection.

5
Feature Requests / Re: Camera Calibration STMap
« on: August 31, 2020, 12:03:27 PM »
Also to export an STMap Undistort/Redistort exr.  I think this may be even more important than importing, but both would certainly be nice to have.

6
Feature Requests / Camera Calibration STMap
« on: August 29, 2020, 10:45:47 PM »
Hello,

Would it be possible to load camera lens distortion profile using an STMap?


Thank you,
Michael

7
Feature Requests / Cineon DPX support
« on: January 23, 2020, 05:56:31 AM »
Would be nice if Cineon DPX files could be read.  Not imperative but It would help reduce having to make proxies in many cases.  Thank you.

8
General / Re: Agisoft Metashape 1.6.0 pre-release
« on: December 24, 2019, 02:36:16 AM »
build 9855 hard crashes during image alignment (detecting points) when GPU is enabled.

9
General / Re: AMD 5700XT support ( no SPIR support)
« on: November 07, 2019, 06:11:27 AM »
Also noticing that Metashape is only reporting 20 compute units when there are 40 on the 5700xt.

Thank you.

10
General / Re: AMD 5700XT support ( no SPIR support)
« on: November 07, 2019, 06:08:45 AM »
Also experiencing the same issue.  Latest drivers. Version 1.6.0 build 9487

11
Bug Reports / Re: CL_BUILD_PROGRAM_FAILURE(-11) at line 586
« on: October 02, 2018, 08:12:00 AM »
Hello Alexey,

It seems AMD has dropped support for SPIR for the newer SPIR-V.  Would it be beneficial to update Photoscan to support SPIR-V or OpenCL 2.1 in terms of performance improvements and better hardware compatibility?

12
Bug Reports / Importing Cameras XML issue
« on: September 09, 2018, 01:22:28 AM »
Hello,

Cameras from Syntheyes do not import into the latest version of Photoscan 1.4.3.

They import OK in 1.3.5.

I have attached the xml file for testing.


Thank you!

13
Bug Reports / CL_BUILD_PROGRAM_FAILURE(-11) at line 586
« on: September 09, 2018, 01:18:43 AM »
2018-09-08 15:17:01 Building kernels for Ellesmere...
2018-09-08 15:17:01 Device 1
2018-09-08 15:17:01    Program build log:
2018-09-08 15:17:01 Error: HSAIL doesn't support OpenCL extension spir.
2018-09-08 15:17:01 An invalid option was specified.
2018-09-08 15:17:01 Error: BRIG code generation failed.
2018-09-08 15:17:01
2018-09-08 15:17:01
2018-09-08 15:17:01 Building kernels for Ellesmere...
2018-09-08 15:17:01 Device 1
2018-09-08 15:17:01    Program build log:
2018-09-08 15:17:01 Error: HSAIL doesn't support OpenCL extension spir.
2018-09-08 15:17:01 An invalid option was specified.
2018-09-08 15:17:01 Error: BRIG code generation failed.
2018-09-08 15:17:01
2018-09-08 15:17:01
2018-09-08 15:17:01 Finished processing in 1.987 sec (exit code 0)
2018-09-08 15:17:01 Error: CL_BUILD_PROGRAM_FAILURE (-11) at line 586

Radeon Software Version
18.8.2

14
Feature Requests / Multi-thread Import Masks from Alpha
« on: May 30, 2018, 05:21:59 AM »
Hello,

currently importing  masks from alpha channel seems to only use 1 thread.  Would it be possible to run on multiple threads?  one thread per image.

Thank you.

15
Feature Requests / Re: Generating Dense Point Cloud - OpenCL Acceleration?
« on: November 28, 2017, 02:12:38 AM »
Hi tweezlednutball,

Indeed, since a while, the dense cloud generation (2d step of dense cloud stage) has changed a bit. The limit of simultaneous pictures taken into account for it (called depth filtering limit), which was 50 before, as been removed.
So if you handle modeling from a set of pictures with a high level of redundancy (number of pictures that look toward the same place), it increased a lot the calculation time because PhotoScan try to filter with a super high amount of data.

With the following piece of code (given by Alexey in another topic), you will be able to define your own limit (N) before starting the dense cloud processing. Be careful not to use a value lower than 50-60 to keep a correct filtering.
Code: [Select]
PhotoScan.app.settings.setValue('main/depth_filtering_limit', N)
Regards

Thank you very much for the tip!

As for my original question.  Is this step even possible to accelerate using OpenCL?

Pages: [1] 2 3