Forum

Author Topic: Run python script on cluster  (Read 2846 times)

adrien_gbx

  • Newbie
  • *
  • Posts: 7
    • View Profile
Run python script on cluster
« on: September 18, 2017, 05:43:21 PM »
Hi,

We'd like to run an already working python script on a cluster for consecutive actions, eg. dense cloud -> DEM /-> ortho

We work with an already aligned chunk and make a moving bounding to process all the further steps. So the tasks have to be repeated againg and again, following or moving bounding box.

We are looking for a way to run a working python pipeline directly to already configured photoscan cluster.

As I understand from this previous post ( http://www.agisoft.com/forum/index.php?topic=4966.0 ), we should not simply create several tasks and run it through the script.

Alexey Pasumansky mentionned that users should create a photoscan network task running the script, which will launch the whole pipeline on the cluster. There is no function in python API to run a python script.

How can we create a network task running a script ? Someone in the community has experience about that ?

Kind regards,

Adrien

photoscan_user

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: Run python script on cluster
« Reply #1 on: September 19, 2017, 05:35:03 PM »