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

Pages: [1]
1
General / Re: Clarify confidence intervals of accuracy terms?
« on: January 16, 2020, 02:26:17 PM »
+1

Would be interested to know too...
Cheers,

2
Python and Java API / Re: Enable Netowork Processing using Python API
« on: February 27, 2019, 01:45:11 PM »
Thanks! Silly me!

3
Python and Java API / Re: Enable Netowork Processing using Python API
« on: February 26, 2019, 01:49:32 PM »
Hi Alexey,

Returning to this work now... I'm encountering a new issue.

Can Tasks.BuildDenseCloud be distributed to the network?

The following results in an error for me:
Code: [Select]
network_task = Metashape.NetworkTask()
task = Metashape.Tasks.BuildDenseCloud
network_task.name = task.name

ValueError: value is not a string

In the python api reference it suggested that Metashape.Tasks.BuildDenseCloud.name should be a string but this does not appear to be the case...

Is there a work around, I'm testing:
network_task.name = "BuildDenseCloud"
Should this solve the issue?

Many thanks again.

P.S I'll share the code and PBS submission scripts for others once this is sorted as this has proven to be the most troublesome aspect.

4
Python and Java API / Re: Enable Netowork Processing using Python API
« on: January 09, 2019, 02:34:02 PM »
Thanks Alexey, that's really helpful! I'll give this a go and post with an update shortly.

Cheers!

5
Python and Java API / Enable Netowork Processing using Python API
« on: January 08, 2019, 05:57:57 PM »
Hello,

We are currently running Photoscan on an HPC system. So far, we have sucessfully been able to execute scripts on a sinlge node but are attempting to use the network processing capabilities of Photoscan to run across multiple nodes.

The first issue though is that the system we are using requires submission via a batch queue and therefore we cannot reasonably set up processing with the GUI. I am struggling to find any way to enable Netowork processing using the Python API - is this possible? In the GUI this is a simple process via Tools>Preferences>Network>Enable Network Processing.

Any help on this would be much appreciated!

Many thanks

Pages: [1]