Forum

Author Topic: Report generation does not show GCPs in the report even when they are present  (Read 3601 times)

surya-aereo

  • Newbie
  • *
  • Posts: 3
    • View Profile
Recently ran a dataset for processing.

The steps i followed was:
- Add photos
- Add geotags
- Run workflow -> Align Photos
- Add GCPs
- Filter photos by markers, Tag GCPs
- Optimize Cameras
- Run workflow -> Generate Report

Please be noted that this was done using Metashapes Python API.
The expectation was that I would be able to see the Ground Control Points in the report generated. However that was not the case. What could be the potential causes for this? Could it be an issue of the dataset i used? Any step that I am missing?

Thanks in advance.

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15320
    • View Profile
Hello surya-aereo,

If you are saving the project via Python API, are you able to generate the desired report file with GCPs, if the same project is opened in Metashape GUI after the script is finished?
Best regards,
Alexey Pasumansky,
Agisoft LLC

surya-aereo

  • Newbie
  • *
  • Posts: 3
    • View Profile
Hi Alexey,


It appears to have been a bug in the script that we used.  :-\
Fixing that bug solved our problem  ;D

Thanks for the prompt reply!