Hello,
Just want to state that I find this project awesome and I am going to soon share what I built with it!
I have run into a weird error, I send my pictures through pyODM to the node by specifying a list with url:s to a blob/bucket where my images reside. This have worked great, however I dont want to leave my pictures on public access so I added the url with a SAS:
Grant limited access to data with shared access signatures (SAS) - Azure Storage | Microsoft Docs
Essentially a key on the end of the url which grant access to the user/machine. For some reason this breaks my processing. I can clearly see that the images are uploaded and not empty because it takes some time. I ran into following error 1 sec into the processing(it says images:29 which is all):
[INFO] use_3dmesh: False
[INFO] use_exif: False
[INFO] use_fixed_camera_params: False
[INFO] use_hybrid_bundle_adjustment: False
[INFO] verbose: False
[INFO] ==============
[INFO] Running dataset stage
[INFO] Loading dataset from: /var/www/data/8c5a9f40-29c3-4e12-abf5-d73cb7a093c6/images
[ERROR] Not enough supported images in /var/www/data/8c5a9f40-29c3-4e12-abf5-d73cb7a093c6/images
Does anyone have a clue? I am totally dumbfounded about this!
Best Regards,
Rasmus