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

Pages: 1 [2]
16
General / Re: Agisoft PhotoScan 1.4.0 pre-release
« on: December 25, 2017, 11:32:24 PM »
And one more when i use chunk.BuildPoints() there are no effect. No any point....
buildPoints() function assumes that you have imported exterior and interior orientation parameters for the cameras and have used matchPhotos() operation as well.

I know, in version 1.3.4 all work good. But here there are no any point after buildPoints(). Its may code which work in version 1.3.4.
Code: [Select]
chunk.importCameras(locationpath, format=PhotoScan.CamerasFormatXML)
chunk.matchPhotos(accuracy=PhotoScan.HighAccuracy,  generic_preselection=True, filter_mask=True, keypoint_limit=100000, tiepoint_limit=4000)
chunk.buildPoints()

17
General / Re: Agisoft PhotoScan 1.4.0 pre-release
« on: December 23, 2017, 03:53:33 PM »
And one more when i use chunk.BuildPoints() there are no effect. No any point....

18
General / Re: Agisoft PhotoScan 1.4.0 pre-release
« on: December 23, 2017, 12:41:55 PM »
Can you say how i can build mesh faster with new volumetric mask. All process very long? Are there working processor or video card? What performance are you recommend that new change work faster? Very often i have an error with message "Not enough memory".
Can you please provide the processing log related to the Build Mesh operation and specify the number of images in the project, their resolution, number of masks applied and system specs (CPU, GPU, RAM, OS version)?
I have 160 photo(3280*2464), 7 masks, mesh build with very high parameter and it still build more than 15 hours. RAM at maximum. Video card GTX 750. Windows server 2012. Screen shots added.

19
General / Re: Agisoft PhotoScan 1.4.0 pre-release
« on: December 22, 2017, 11:23:13 PM »
Can you say how i can build mesh faster with new volumetric mask. All process very long? Are there working processor or video card? What performance are you recommend that new change work faster? Very often i have an error with message "Not enough memory".

20
Face and Body Scanning / Re: Error
« on: August 22, 2017, 12:14:10 PM »
Hello Alexey

Do you have any markers in the project that you are trying to save? If yes, then are they organized into groups in the Workspace pane?

Yes, I have. Can you show me sreenshot organized into groups markers? I dont know.

21
Face and Body Scanning / Re: Error
« on: August 21, 2017, 09:42:26 PM »
I use photoscan 1.3.1 build 4030. When i try save file as PSX its all right. But when i save file as PZS i have an error.  I don't understand what means
if you have markers put to the marker groups?

Can you explain? On other PC all works fine... But i need that it works on this PC.

22
Face and Body Scanning / Error
« on: August 18, 2017, 11:24:13 PM »
When i try save project, I have an error "Invalid marker id" .  And then when i open this project again it is empty. Can you help?.

23
Python and Java API / Re: Bounding box
« on: July 31, 2017, 07:08:34 PM »
TNX

24
Python and Java API / Bounding box
« on: July 31, 2017, 03:17:49 PM »
Hello.
I need help with the question. I'm using scripting on the alignment and on bounding box which I took from the post:

http://www.agisoft.com/forum/index.php?topic=4913.msg24588#msg24588

But the height of the "bounding box" does not suit me. When I try to change it with boxheight, it makes the reconstruction area smaller, but not at the top, and bottom (it turns out to cut some of the model). Is it possible to change the area of ​​reconstruction in such a way that the script cuts it from top, not from bottom?

And another question: is it possible to write the script that checks if the cameras are align? If yes,  where can I look information on this issue.

THX.

Pages: 1 [2]