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

Pages: [1]
1
Hello ScubaDiving,

Do you solve the problem. I face the problem the same to you.

Hi,

It seems Metashape’s internal python interpreter can’t really accept installing libraries like that. What I ended up doing was installing the Metashape python .whl library into pycharm and running my code there, rather than inside the Metashape program (and avoiding it’s interpreter).

2
General / Re: Rigid Multi Camera Workflow
« on: August 03, 2021, 04:04:43 PM »
Pre-processing here will be key. Are all photos geotagged?
I would try the simplest method - use a python script or Bulk Rename Utility to rename each camera's photos (i.e for camera 1 change the filenames from saying IMG_0000 to something like IMG_0000_1, etc.) and load all of them at the same time to the same chunk.

3
General / Activating Metashape in an Offline Docker Container
« on: August 03, 2021, 04:00:23 PM »
Hello everyone,

We are trying to run some automation processes using Python in the field with an offline computer that runs everything using a docker container.
The problem we encounter is that every time the docker starts it needs activation for itself. It's easy enough to solve when our test bench is connected to the internet with activation commands inside the code, but it does not work when the machine is offline.

Will using the offline activation method work? Does anyone have experience with this kind of deployment? Any help will be appreciated.

Thanks in advance.

4
Hello ScubaDiving,

Which OS version you are using and which version of Metashape Pro?

Hi,

I'm using Metashape 1.6.4 on Windows 10.

5
Hello everyone,

I'm trying to write some code which uses pandas for some data proccessing. I'm able to test it easily using Anaconda but I'm unable to run the whole program in metshape because pandas is not installed in Metashape's python interpreter.

I've tried installing it with the methods decribed here: https://www.agisoft.com/forum/index.php?topic=3412.0 and here: https://agisoft.freshdesk.com/support/solutions/articles/31000136860-how-to-install-external-python-module-to-photoscan-professional-pacakge

without results. When I try to use
Code: [Select]
python -m pip install pandas I get a syntax error as attached here.

I'm kind of lost right now because it seems I just can't get it to work... any help will be appreciated.

Pages: [1]