1
General / Re: What exactly does this message mean??????
« on: August 20, 2020, 05:22:48 AM »
Try to extend your swap memory.
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.
Hello koriel-angelswing,
The issue could be related to the memory issues, therefore you can check the RAM modules using Memtest86 utility in single- and multi-threaded modes, just for case there are any failures.
If the processing is using RAM at max, you can extend the disk swap.
Hello koriel-angelswing,
Have you checked the memory consumption during this stage?
What is the tile size that you are using?
Hi Koriel,
I would be interested to know more about your current setup as I have been trying to achieve something similar recently. IE a flask app which queues tasks and celery running in the background.
The thing im mostly confused about is how the Metashape library deals with the threads as even with just 1 worker it utilises all available cores?
Hi,
I am running Metashape with celery to run Metashape's build jobs one by one serially.
Celery is job queue and worker which is integrated with Redis. Celery runs worker which process actual job and it forks child process using (fork() function) in which some procedures run (functions or something).
However for some reasons, Metashape's buildDepthMaps job freezes in that child process with no errors. On the other hand, matchPhotos and alignCameras run very well.
I want to hear from people who tried like this before and get some insights.
Can't open file: No such file or directory (2): /home/SourcephotoWorkspaceDev/20726/project.files/0/0/orthomosaic.1/orthomosaic.zip
Hello koriel-angelswing,
Have you checked the memory consumption during this stage?
What is the tile size that you are using?
position = camera.unproject(Vector((x, y)))
chunk.addMarker(position)
location = chunk.markers[-1].reference.location
Paul is correct. Export Orthophotos feature allows to save individually orthorectified images.
In case the blended orthomosaic should be exported, it's necessary to use ExportRaster.