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

Pages: [1]
1
Python and Java API / return code from batch run
« on: June 09, 2017, 08:02:00 PM »
when I submit a photoscan-pro (1.3.0) batch run to our HPC cluster via slurm, the job always finishes with a failed status because Photoscan returns a non-zero return code.

if I run from the command line I see:

[mmanning@ln001 monument]$ singularity exec --writable -B /global/scratch/mmanning/monument/:/scratch/  /global/scratch/groups/dh/photoscan13.img  /scratch/execscript.sh
Activation successful
AddPhotos
SaveProject
saved project in 0.058408 sec
[mmanning@ln001 monument]$

is there any way to turn off these status statements and just get a return code of 0 when successful or an error code when it is not?

2
General / render in matplotlib
« on: November 30, 2016, 10:03:15 AM »
Is it possible to load an exported Photoscan model or point cloud into matplotlib? It seems that Matplotlib reads SVG format for 3D data.

3
Python and Java API / photoscan dense cloud viewer in ipython notebook
« on: November 29, 2016, 02:56:04 AM »
I am wondering if other developers using the Photoscan 1.3 version from an ipython notebook have attempted to view the point cloud inside the notebook. I looked for a viewer which I could use in ipython and  which could read one of Photoscan's output formats. Was hoping that Plotly might work. Has anyone had success with something similar?

Thanks for your help.

Pages: [1]