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.89k stars 1.11k forks source link

cannot stat ‘parallel-20141022’: No such file or directory #7

Closed dbaldwin closed 9 years ago

dbaldwin commented 9 years ago

Guys,

I'm excited about this project. Nice vision for what you're doing. Something like this needs to exist in our community. I have a YouTube channel where I cover many different aspects of UAV mapping. You can see it here:

https://www.youtube.com/user/dennisbaldwin

I plan on covering OpenDroneMap as soon as I get more familiar with it. So I just tried installing on a Amazon EC2 instance running Ubuntu 14.04.1 and received the following error:

ubuntu@ip-172-31-8-243:~/OpenDroneMap$ ./install.sh

 created by Daniel Schwarz/daniel.schwarz@topoi.org
 released under Creative Commons/CC-BY
 Attribution

 if the script doesn't finish properly
 (i.e. it doesn't print "script finished" at the end)
 please email me the content of the logs folder
- updating
- installing

< done - Wed Nov 26 20:31:01 UTC 2014

getting the sources

Perhaps I should email Daniel Schwarz but I wanted to open an issue here. I believe the problem is when parallel-20141022.tar.bz2 was unzipped it created the following directory:

parallel-20100922

or at least that's the directory that exists on my system. To get around this I changed the install script from:

mv -f parallel-20141022 "$PARALLEL_PATH"

to:

mv -f parallel-20100922 "$PARALLEL_PATH"

but it looks like that didn't do the trick. After running install.sh again the script stopped here:

parallel

  • configuring parallel
  • building paralel

With no output like "script finished". I'm continuing to look into the issue and this is my first install so perhaps I'm doing something wrong.

Thanks for getting this project going. I'm hoping to become more familiar with these tools and ultimately help contribute.

All the best, Dennis Baldwin db@unmannedairlines.com

dbaldwin commented 9 years ago

As a follow up I tried unzipping using this command as the install script does it:

tar xjf parallel.tar.bz2

and it yielded the directory:

parallel-20100922

I'm off to see if there is a different package at gnu.org.

smathermather commented 9 years ago

Hi @dbaldwin, I think I know what you're running into. I'll take a look and verify tomorrow.

wildintellect commented 9 years ago

I hit this too, it looks like the issue is that parallel.tar.bz2 is in the code checkout. This causes an error when it goes to download a newer version of parallel because it thinks it's already downloaded but the local version is incorrect. Solution is to delete parallel.tar.bz2

smathermather commented 9 years ago

I thought I'd pushed that change... Will do so now.

smathermather commented 9 years ago

Thanks @wildintellect -- @dbaldwin, try pulling and trying again.

dbaldwin commented 9 years ago

I just spun up an Ubuntu 14.04 64 Bit instance on Amazon and the install was flawless. Thanks!

smathermather commented 9 years ago

Awesome.

smathermather commented 9 years ago

@dbaldwin -- any screenshots of output to share? BTW, check out the new branch https://github.com/OpenDroneMap/OpenDroneMap/pull/13 which includes texturing. It will also create orthophoto for images with GPS coords in EXIF (cc @wildintellect)

smathermather commented 9 years ago

@wildintellect -- can you create an issue for the problems you've seen on 14.04? I want to track that, but don't remember the specifics. Thanks!

dbaldwin commented 9 years ago

I ran a sample of 85 images on a 18 acre tract of land near me. I am impressed with the results so far. The 1st screen shows the dense point cloud and the second shows the texture. Not bad! If it's of any interest I can upload a comparison of what I get from PhotoScan. I plan on doing a YouTube video walking through this process soon. The docs have been helpful, but I feel like a video demonstrating the process will be very useful. Also, I'm excited about the new branch. Since these same photos have been geotagged I'll run it through the new orthophoto process. Glad to see you've been busy! screen shot 2014-12-24 at 2 38 03 pm screen shot 2014-12-24 at 2 41 59 pm

smathermather commented 9 years ago

Looks great @dbaldwin! Definitely interested to see the orthophoto.

smathermather commented 9 years ago

Also, I'd love to see how this compares to Photoscan, @dbaldwin.

dbaldwin commented 9 years ago

@smathermather I did an overview video here to introduce the viewers of my channel to this awesome project:

https://www.youtube.com/watch?v=e2qp3o8caPs

Here is a link that contains the source imagery as well as the output of Photoscan Pro:

https://www.dropbox.com/sh/1rt1qdh7tw2mybi/AAAv7zukDC7fszyJMXfc5x8wa?dl=0

smathermather commented 9 years ago

Excellent @dbaldwin! Can you add the video to the readme as a pull request? This will make an excellent addition.

Downloading the data from Dropbox now... .