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.


Topics - 空空

Pages: [1]
1
Python and Java API / How to write tiepoints into the Metashape
« on: October 09, 2023, 04:22:11 AM »
I have a blockExchangeXML file. I want to use python script parsing to import Metashape  instead of using ImportCameras

2
Python and Java API / Metashape.TiePoints.Point
« on: October 07, 2023, 06:55:51 AM »
How to add point to Points?
How to use Metashape.TiePoints.Points.resize?

3
Python and Java API / TiePoints
« on: September 25, 2023, 09:21:47 AM »
I wonder if there is any way to write the Tiepoints information back to the Metashape

4
Python and Java API / curvy stretch of model verge
« on: August 06, 2020, 11:34:08 AM »
Hello:
   I want to know why  model  verge  is curvy when I used to buildModel. Is there any solution.
   Thanks a lot
Code: [Select]
chunk.buildModel(surface=Metashape.SurfaceType.Arbitrary,interpolation=Metashape.Interpolation.EnabledInterpolation,face_count=10000,source=Metashape.DataSource.PointCloudData)

5
Python and Java API / optimizeCameras efficiency
« on: July 17, 2020, 06:49:07 AM »
I used Metashape 1.5.2 version。I have 1000 images,use Metashape optimizeCameras or script  api method optimizeCameras  need the same time.Why it takes so long?
CPU:i9-9900k
RAM:128GB
GPU:2080 TI

6
Python and Java API / Modeling efficiency
« on: July 08, 2020, 10:42:49 AM »
I used Metashape 1.5.2 version。I have 1000 images,use Metashape modeling need 10 minutes,but script  api method buildTileModel need 20 minutes.Script and metashape used the same parameters why efficiency is so bad?

7
Python and Java API / points error like ball with metashape
« on: December 10, 2019, 04:41:43 AM »
hello:
    I want to know why actual quantity is not the same as seen in the view .First export the XML, then import the XML.I find points error like ball with metashape.Can you help me ?Thank you very much!

8
Python and Java API / points error like ball
« on: December 03, 2019, 05:24:08 AM »
hello:
    I want to know .why the point cloud that i load have pointscloud of  globular?
    First ,I used images type is fisheye and master-slave intrisic. After load pointscloud I found the pointscloud have globular,but Metashape didn't.
    Can you help me. Thank you very much

9
hello everyone,
 I run this script in Metashap 1.5.2 is ok,but run in Metashap 1.6.0 is error:
Traceback (most recent call last):
File "<console>", line 1, in <module>
RuntimeError: Can't load photos

import Metashape
doc=Metashape.app.document
chunk=doc.chunk
rgb=[r'd:\p\1.jpg',r'd:\p\2.jpg']
nir=[r'd:\p\3.jpg',r'd:\p\4.jpg']
images=[[rgb[0],nir[0]],[rgb[1],nir[1]]]
chunk.addPhotos(filenames=images,layout=Metashape.MultiplaneLayout)

can you help me? thank you very much

10
Python and Java API / how to do this improve efficiency
« on: May 21, 2019, 06:14:49 AM »
hello
      I  use   1000 cameras and  point_cloud of  160000 tie points  for  chunk.I want to get error(pixel) and I Using python scripts of forum,it take 90.00sec.
      I want to know how to do this improve efficiency.
      https://www.agisoft.com/forum/index.php?topic=8267.msg39568#msg39568
Thank you very much

11
Python and Java API / how to get coverage area by script?
« on: April 30, 2019, 05:16:01 AM »
hello,I want to know How to get coverage area of model by script?
Thank you very much!

12
when I run python in runscript mode  .eg:    photoscan.exe -r test.py
the words with encoding utf-8 redirect to cmd is not show correctly,   It show a empty Line with no words.
but when  i print letter ,it goes correct.   

eg:
print(u'中国')                       cmd output enpty line .
print(u'chinese')                cmd output 'chinese '

Is there any encoding convert needed?

Pages: [1]