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'm using PyODM to generate orthomosaic images from a large set of TIFF files (ranging from 1,000 to 5,000 images) captured by a drone. However, I notice that the generated orthomosaic image is different each time I run the process, even though I'm using the same set of images and the same code.
Setup:
Repository: I'm using the OpenDroneMap repository cloned as follows:
# Clone the OpenDroneMap repository
git clone https://github.com/OpenDroneMap/ODM --recursive
cd ODM
Code: Here’s a simplified version of my Python code using PyODM:
Thanks for the report, but it looks like you didn't include a copy of your dataset for us to reproduce this issue? Please make sure to follow our issue guidelines 🙏
p.s. I'm just an automated script, not a human being.
I'm using PyODM to generate orthomosaic images from a large set of TIFF files (ranging from 1,000 to 5,000 images) captured by a drone. However, I notice that the generated orthomosaic image is different each time I run the process, even though I'm using the same set of images and the same code.
Setup:
What I've Tried:
option_flags
are the same for each run.Questions:
Any insights would be greatly appreciated!
The text was updated successfully, but these errors were encountered: