Closed John2397 closed 2 years ago
i am seeing the same behaviour. I have been build my own docker image with latest repo.
EDIT1: The issue is with commit ab6986395eacdb2e9b3e128184644eba4d77c80b When i rollback numpy version to numpy==1.21.1 and bump rasterio==1.2.3, image is workin as expected
Same from my side! Similar behavior of GPU ODM version
It indeed seems to be an issue related to numpy.
So strange.
I'm running some tests to see if downgrading is an option; the reason we upgraded to 1.22.0 was to fix another issue. (https://community.opendronemap.org/t/updated-webodm-on-linux-now-wont-process-dataset/9966/8)
This should be fixed with #1402 (version 2.7.1). Thanks for the findings @rumenmitrev :+1: I upgraded rasterio and downgraded numpy as you mentioned and it seems to work. Will need to wait for the docker images to be updated and then run some more tests to confirm.
i have made tests with numpy==1.21.5(for GPU image only) and it seems everything is OK.
This should be fixed with #1402 (version 2.7.1). Thanks for the findings @rumenmitrev :+1: I upgraded rasterio and downgraded numpy as you mentioned and it seems to work. Will need to wait for the docker images to be updated and then run some more tests to confirm.
Confirmed 👍
I recently started working with the docker ODM. I've successfully created the 3D model of this dataset by executing
Then, I've used the GPU Docker Version and tried the same dataset. Now the command becomes:
Running the above produces the following error:
After trying several datasets I've noticed that the above error rises only when I use the GPU docker version AND the dataset images contain their coordinates in
EXIF
. If they don't contain their coordinates inEXIF
, the GPU version works fine.My question is, is this some kind of a bug or is it something obvious that I'm not seeing?