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 - DayGeckoArt

Pages: 1 ... 4 5 [6]
76
General / Re: Error message "Incompatible keypoints"
« on: April 11, 2022, 09:11:52 PM »
BTW it doesn't do any processing, it doesn't appear to look for keypoints on the new photos. It just instantly says "Incompatible keypoints"

77
General / Re: Error message "Incompatible keypoints"
« on: April 11, 2022, 08:42:16 PM »
Hello DayGeckoArt,

How big is this project? Can you send the project saved after the alignment stage to support@agisoft.com, so that we could check it on our side? If possible please also send any image from the second sub-set that you are trying to re-align using incremental alignment feature. In case you have the processing log related to the failed alignment operation, please also send it to us.

I do have a copy saved before I added the new photos. I saved to a new file before doing "Reset Alignment". But it's 20GB! I do have everything logged

78
General / Re: Error message "Incompatible keypoints"
« on: April 11, 2022, 08:07:03 PM »
Hello DayGeckoArt,

Which version of Metashape you are using now and in which version the existing project has been created?

All the same version, the trial of Metashape Pro 1.8.2

79
General / Re: Error message "Incompatible keypoints"
« on: April 11, 2022, 05:19:06 AM »
I just tried adding new photos to an existing project for the first time and I followed the instructions in the manual, doing Align Photos. I kept getting this error. Then I tried selecting the Cameras, right click, and Align Selected. That worked

Edit: I spoke to soon. The new photos aren't aligned. They show up as "filename, NA"  under the Chunk tree

80
General / Re: Change path/replace photos
« on: April 11, 2022, 04:44:22 AM »
I'm bumping this thread because I had to change the script to work with the current version of Metashape. This is what I used to change tif to jpg. If you want to do it the other way, just swap them.

Also it took me a while to figure out I had to make a file with extension .py and press CTRL+R to select and run it. I kept trying to paste it into the console like you would do with ArcGIS

ch = Metashape.app.document.chunk
for i in range (len(ch.cameras)):
    ch.cameras.photo.path = ch.cameras.photo.path.replace(".tif", ".jpg")

Pages: 1 ... 4 5 [6]