You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using orthority and saw that there's a recurring error when running multiprocessing. This does not stop the calculation, but it starts spamming the error. Here's a snapshot of what I mean:
Not sure if I could use orthority using Multiprocessing as it seems that it is using a good amount of memory trying to orthorectify a single image. I also have used the same process in a for loop and does work with no issues, this just becomes a problem when running it through multiprocessing. Any advice on how to mitigate that issue?
For reference, I have been using a Mac with Intel chip.
Thanks!
The text was updated successfully, but these errors were encountered:
Bear in mind that Orthority is already multi-threaded so you are unlikely to see much speed-up from multi-processing. And yes, memory could be a problem.
Hello,
I have been using orthority and saw that there's a recurring error when running multiprocessing. This does not stop the calculation, but it starts spamming the error. Here's a snapshot of what I mean:
The function
orthorectification
is the following:Not sure if I could use orthority using Multiprocessing as it seems that it is using a good amount of memory trying to orthorectify a single image. I also have used the same process in a for loop and does work with no issues, this just becomes a problem when running it through multiprocessing. Any advice on how to mitigate that issue?
For reference, I have been using a Mac with Intel chip.
Thanks!
The text was updated successfully, but these errors were encountered: