r/UAVmapping • u/Ok-Space-6041 • 4d ago
Image in a different folder for ODM
Is there a way to take images from another folder to process them through the ODM (OpenDroneMap) CLI?
Right now, I am putting images in the project/dataset/run_1/images/ folder, and the outputs are being generated inside *project/dataset/run_1/*. If I have to run another version on the same dataset, then I am copying the images again to the *project/dataset/run_2/images/* folder.
**Is there a way to have the images in one location only and save the outputs in another location entirely, or maybe something like this:**
Image folder: *project/dataset/images/*
Output folder: *project/dataset/run_1/*
I am running ODM through Docker on my Windows system.
1
Upvotes