Forum

Author Topic: PhotoScanPro - not responding  (Read 15052 times)

mwittnebel

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
PhotoScanPro - not responding
« on: November 14, 2013, 08:56:14 PM »
Hello all,

I have created a geometry with ~200million faces.
If i now click on file, in the menu bar, the Software (PhotoScanPro) is not responding.
Is this problem known ?

(Is this maybe a problem of my GPU ?)

CPU: i7-3930K
RAM: 32 GB
GPU: NVIDIA 630 2GB

Regards Marcus
« Last Edit: November 14, 2013, 10:29:03 PM by mwittnebel »

Wishgranter

  • Hero Member
  • *****
  • Posts: 1202
    • View Profile
    • Museum of Historic Buildings
Re: PhotoScanPro - not responding
« Reply #1 on: November 15, 2013, 10:58:03 AM »
its overkill on your PC. not even my dual xeon could handle that.... main limit is there GPU ram - if it not fit in GPU ram it will use main memory, and that is very slow because of how it works...... for 2 GB GPU ram wold not exceed 20-25 mil trias..... not counting texture size...... a 8k textr is 192 MB, 16k is 768 MB vRam....
----------------
www.mhb.sk

mwittnebel

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: PhotoScanPro - not responding
« Reply #2 on: November 15, 2013, 11:33:45 AM »
i have loaded a file with ~43million faces and the GPU ram usage is increased by ~ 13 % (270MB).
  • align done
  • geometry done
  • texture not done

Is the number of faces linear to the needed GPU ram ?

Is it possible to reduce the displayed faces in PhotoScan, without reduce the amount of faces in the file ? (more or less, like a WMS)

Wishgranter

  • Hero Member
  • *****
  • Posts: 1202
    • View Profile
    • Museum of Historic Buildings
Re: PhotoScanPro - not responding
« Reply #3 on: November 15, 2013, 12:50:12 PM »
what sort of geometry you do ?? how you process then so big files ????? edit, cleaning stuff and etc ??

No its not possible. but it could be done with help of BATCH process, so you export H U G E OBJ file with all 200+ mil trias. then decimate in BATCH and see say 50 mil results......
----------------
www.mhb.sk

mwittnebel

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: PhotoScanPro - not responding
« Reply #4 on: November 15, 2013, 01:28:18 PM »
Processing Information:
Photos: from UAV with GPS data,...

Geometry
  • Object type:Height field
  • Geometry type: Smooth
  • Quality: high - ultra high
  • face count:0

My processing steps are:
  • aligning photos
  • building geometry
  • export DSM
  • building texture
  • export Orthophoto
  • export Report

I need a huge amount of "trias" for the DSM.
If i process the geometry and texture with batch then i see also the huge model in PhotoScan. Is this correct ? Or do you mean to write my own python script ?

Best Regards Marcus

Wishgranter

  • Hero Member
  • *****
  • Posts: 1202
    • View Profile
    • Museum of Historic Buildings
Re: PhotoScanPro - not responding
« Reply #5 on: November 15, 2013, 01:52:16 PM »
see this in the BATCH menu - attachment. so set it align, dense, mesh, ( DECIMATE to some  aceptable size ), EXPORT MODEL.. then can set decimate again to say 20mil for inspection in pscan. geenrate textures etc.....
----------------
www.mhb.sk

mwittnebel

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: PhotoScanPro - not responding
« Reply #6 on: November 15, 2013, 03:16:13 PM »
I think you use a different version of PhotoScan.
We using at this point in time 0.9.1-1714 (64bit).

With "mesh" you reducing the amount of faces ?
doc.activeChunk.buildModel(object="height field", geometry="smooth" ,faces=20000000)

I would like to have a huge amount of faces for a precised DEM/DSM (digital surface model).
For Example: 5cm/pix for an area of 1-5 sp km.

It would be nice if i could process this data without loading this visual result in PhotoScan.
(This should theoretical solve my problem ? )


Wishgranter

  • Hero Member
  • *****
  • Posts: 1202
    • View Profile
    • Museum of Historic Buildings
Re: PhotoScanPro - not responding
« Reply #7 on: November 15, 2013, 04:55:26 PM »
yes.. so can decimate the amount of triangles.... try calculate real need of tirngles per m2 then per km2
----------------
www.mhb.sk

mwittnebel

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: PhotoScanPro - not responding
« Reply #8 on: November 15, 2013, 05:39:15 PM »
face count = amount of triangles ?

Thx for your helping

It would be nice if PhotoScan could run in a command-line mode without this GUI.
(Or rendering the model depending on the zoom level, like Google maps .... this would save a huge amount of resources of the GPU for large models)

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: PhotoScanPro - not responding
« Reply #9 on: November 15, 2013, 05:48:50 PM »
Hello Marcus,

To avoid the model visualization in GUI you can do the following:
- before running Build Model in the desired quality reconstruct it using Point Cloud quality option (it will take a few seconds), then switch to the point cloud view mode, then run geometry reconstruction -  I think it will do the trick and view mode would not switch to the geometry after reconstruction is finished.
Best regards,
Alexey Pasumansky,
Agisoft LLC

mwittnebel

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: PhotoScanPro - not responding
« Reply #10 on: November 15, 2013, 06:00:02 PM »
is it possible to change the view mode via a python command ?

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: PhotoScanPro - not responding
« Reply #11 on: November 15, 2013, 06:04:01 PM »
Hello Marcus,

Unfortunately, not.
Best regards,
Alexey Pasumansky,
Agisoft LLC

mwittnebel

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: PhotoScanPro - not responding
« Reply #12 on: November 15, 2013, 06:14:39 PM »
maybe in of the next Versions :) or to XMAS ? 8)

Now, its a bit hard to build an python script to run the processing automatically. (with my specific requirements)

Thanks for all the helping.

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: PhotoScanPro - not responding
« Reply #13 on: November 15, 2013, 06:30:16 PM »
Hello Marcus,

We're not sure it will be reasonable to include view mode selection through Python, but we plan to add "Disable view mode autoswitch" option to advanced preferences tab. I think it will implemented in the version 1.0.0 quite soon (but not in the nearest update).
Best regards,
Alexey Pasumansky,
Agisoft LLC

mwittnebel

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: PhotoScanPro - not responding
« Reply #14 on: November 15, 2013, 07:00:13 PM »
A "Disable view mode autoswitch" is a good idea.

I believe personally, that a view mode change via python, is a solution with less programming effort on your side. (comparison to a "Disable view mode autoswitch")
This would also increase the possibility to create more customized scripts to automatize the image processing.

Best Regards Marcus