Forum

Author Topic: More save options  (Read 4208 times)

pjenness

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • IMDB
More save options
« on: January 14, 2015, 10:51:12 PM »
Hiya

Its probably been bought up before, but the ability to save at each step of th process would be appreciated.

For example, the ALign photos has a number of sub steps

Detecting Points
Matching points
.
.
etc

Working on a big data set (1600 photos), I'd love to be able to save at each step. And reboot , flush memory etc.
I had an align last night get through a few of the steps then crash, it would be great to be able to restart from the last completed step.

Thanks!

-P

Lead Environtment Artist
Weta Digital

http://www.imdb.com/name/nm1473416/

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: More save options
« Reply #1 on: January 15, 2015, 06:01:25 PM »
Hello pjenness,

At the moment we are not planning to split the Align Photos stage in GUI, however, via Python you can split the task into two steps:
Match Photos and Estimate Camera Alignment.

If the project is saved after the first step, you can close the project and proceed to Estimate Camera Alignment stage right after project open next time.
Best regards,
Alexey Pasumansky,
Agisoft LLC

pjenness

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • IMDB
Re: More save options
« Reply #2 on: January 16, 2015, 12:18:55 PM »
Thats a good start..is there more information somewhere about the exact code need to use?


I have an aling process that went all night, got to 100%, but hasnt stopped...its now at 665% and still going.
The CPUS are maxxed, and have been for 14hours.

Im not sure if its stuffed, or jsut leave it to let it finish.



Lead Environtment Artist
Weta Digital

http://www.imdb.com/name/nm1473416/

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: More save options
« Reply #3 on: January 16, 2015, 12:24:03 PM »
Hello pjenness,

Are you using latest 1.1.0 build?

This problem seems to be similar to the following one: http://www.agisoft.com/forum/index.php?topic=3198.0 and might be related to the preliminary placed marker projections. This issue will be fixed in the next PhotoScan update.
Best regards,
Alexey Pasumansky,
Agisoft LLC

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: More save options
« Reply #4 on: January 16, 2015, 12:25:11 PM »
As for the Python functions for matching and alignment are the following:

chunk.matchPhotos(...)
chunk.alignCameras()
Best regards,
Alexey Pasumansky,
Agisoft LLC

pjenness

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • IMDB
Re: More save options
« Reply #5 on: January 17, 2015, 12:34:39 AM »
Hello pjenness,

Are you using latest 1.1.0 build?

This problem seems to be similar to the following one: http://www.agisoft.com/forum/index.php?topic=3198.0 and might be related to the preliminary placed marker projections. This issue will be fixed in the next PhotoScan update.

Yup looks like same issue.
Using markers.   Im using the 2004 version which I think is latest?


Cheers

-P
Lead Environtment Artist
Weta Digital

http://www.imdb.com/name/nm1473416/