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

Pages: [1]
1
General / Re: RTX4090 and how to migrate script from 1.8 to 2.0
« on: April 21, 2023, 11:14:42 AM »
??

2
General / RTX4090 and how to migrate script from 1.8 to 2.0
« on: April 18, 2023, 11:20:46 AM »
Hello!
Will a RTX 4090 graphic card work or is it too new right now?

I have a big workflow script in agisoft 1.8, do you think that I need to upgrade to 2.0 and rewrite the python script?
Is there som smart way to migrate the script from 1.8 to 2.0?

3
Python and Java API / exportreport with selected projection
« on: February 28, 2023, 10:45:00 AM »
Hi!

In GUI it´s possible to select diffrent types of projections in generate report. Example: (Current View, Top XY, Bottom XY, Front XZ, Back XZ, Right YZ, Left YZ).

How can I select "Front XZ in the python script?

chunk.exportReport(path= "C:\\temp\\process_report_front_XZ.html", user_settings = [('test attribute 1', 'value 1')] )

4
Hi!

I trying to find a way to export the realtions between pixels in used images.
Have someone done that before?

After I have run the alignment and got tie points I found that the Agisoft/metashape save *.ply files here: ...\project1\project1.files\0\0\point_cloud\p1.ply  doc.xml and points0.ply
Can I use the ply-files in someway to export/create a relation table?

If I right click on a used camera and "view matches", a window with matched images and red and blue lines, feels like we have the relations here..  There´s also information about valid and invalid matches. The valid matches would be good as output to the relation table.

An other question:
If I found a way to generate the relation table with the tie points. Can I do it for dense cloud as well? Or can I adjust the key point limit and tie point limit in the alignment process and get a tie point cloud as good as dense cloud with setting set to "lowest"?

Iam fimiliar to the python api.

Pages: [1]