OpenDroneMap / ODM

A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
https://opendronemap.org
GNU Affero General Public License v3.0
4.72k stars 1.08k forks source link

pacifica dataset fails ? "IOError: [Errno 21] Is a directory: 'opensfm/'" #242

Closed mrosen closed 8 years ago

mrosen commented 8 years ago

Working through instructions for running under Vagrant (https://github.com/OpenDroneMap/odm_vagrant).

Step 12: "Run the OpenDroneMap App on the an odm_data test dataset." fails as seen below. What's wrong?

vagrant@vagrant-ubuntu-trusty-64:/vagrant_data/odm_data/pacifica$ /odm_app/OpenDroneMap/run.py

quitting cause: PYTHONPATH=/odm_app/OpenDroneMap/lib/python2.7/dist-packages "/odm_app/OpenDroneMap/src/OpenSfM/bin/run_all" opensfm returned with code 256.

vagrant@vagrant-ubuntu-trusty-64:/vagrant_data/odm_data/pacifica$

dakotabenjamin commented 8 years ago

This issue looks similar to: https://github.com/OpenDroneMap/OpenDroneMap/issues/224

Try running: run.py --resize-to 1024 --matcher-neighbors 0

dakotabenjamin commented 8 years ago

Also: caliterra, seneca, and toledo are datasets that are generally successful tests if you're trying to get the hang of ODM.

mrosen commented 8 years ago

groan. You'll love this one. Step 9 from https://github.com/OpenDroneMap/odm_vagrant:

Clone the sample imagery repository https://github.com/OpenDroneMap/odm_data.git

sudo apt-get -y install git cd /vagrant_data/ git clone https://github.com/OpenDroneMap/odm_data.git

Sadly, results in a largely empty directory structure. To get the actual data you need to follow the instruction from the Readme file:

git clone --recursive git://github.com/OpenDroneMap/odm_data

That is, the reason it was failing was because there was no input data! A fix here would be to update Step 9.

dakotabenjamin commented 8 years ago

Fixed!

smathermather commented 8 years ago

:+1: