Forum

Author Topic: Opening project without *.psx file  (Read 4159 times)

Jaume

  • Newbie
  • *
  • Posts: 32
    • View Profile
Opening project without *.psx file
« on: March 14, 2016, 02:32:31 PM »
Hi,

I have a project.files that contains files such as:
- dense_cloud,
- depth_maps,
- model,
- orthomosaic,
- point_cloud,
- shapes,
- thumbnails,
- frame.zip.

I generated orthomosaics about five days ago. Today I was traying open project with *.psx format and Photoscan shows me only Cameras and Tie Points (though I'd done all of this stuff and my files have data).

Because of a low space on my local disc I copied and pasted this project into different localisation on my computer.

What can I do? How to open files in Photoscan (*.psx) ?

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14855
    • View Profile
Re: Opening project without *.psx file
« Reply #1 on: March 14, 2016, 02:36:14 PM »
Hello Jaume,

Have you copied the .files folder with the project file as well?

Please also check that the folders are not empty.
Best regards,
Alexey Pasumansky,
Agisoft LLC

Jaume

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: Opening project without *.psx file
« Reply #2 on: March 14, 2016, 02:40:41 PM »
Yes, I've copied both .files folder and project. The folders are not empty. I have several orthomosaic from this project and I need generate only one that I missed. Orthomosaic folder has a lot of tiff but projcet don't open them.
« Last Edit: March 14, 2016, 02:44:49 PM by Jaume »

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14855
    • View Profile
Re: Opening project without *.psx file
« Reply #3 on: March 14, 2016, 03:04:58 PM »
Hello Jaume,

Can you send frame.zip, chunk.zip and project.zip files to support@agisoft.com?
Best regards,
Alexey Pasumansky,
Agisoft LLC

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14855
    • View Profile
Re: Opening project without *.psx file
« Reply #4 on: March 14, 2016, 05:09:24 PM »
Hello Jaume,

In the frame.zip/doc.xml I see that there are only thumbnails and point_cloud sections (in the very end of the document), however, you can try adding the following lines manually:

Code: [Select]
  <dense_cloud path="dense_cloud/dense_cloud.zip"/>
  <elevation path="elevation/elevation.zip"/>
  <orthomosaic path="orthomosaic.1/orthomosaic.zip"/>
  <depth_maps path="depth_maps/depth_maps.zip"/>
  <model path="model/model.zip"/>
  <shapes path="shapes/shapes.zip"/>
Best regards,
Alexey Pasumansky,
Agisoft LLC

Jaume

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: Opening project without *.psx file
« Reply #5 on: March 14, 2016, 05:39:18 PM »
Everything is ok. It helped  :)

Thank you very much for solution.