odm_vagrant icon indicating copy to clipboard operation
odm_vagrant copied to clipboard

Stuck on step 11

Open osrl opened this issue 9 years ago • 27 comments

I think documentation is outdated. There is no install.sh file

osrl avatar Jun 16 '16 14:06 osrl

hey were you able to fix the issue, because now i have the same issue.

chipillin avatar Jun 22 '16 21:06 chipillin

Thanks for reminding me, I'll edit the README right now.

EDIT: Done

dakotabenjamin avatar Jun 23 '16 18:06 dakotabenjamin

Thank you for the help.

On Thu, Jun 23, 2016 at 11:17 AM, Dakota Benjamin [email protected] wrote:

Thanks for reminding me, I'll edit the README right now.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OpenDroneMap/odm_vagrant/issues/11#issuecomment-228137436, or mute the thread https://github.com/notifications/unsubscribe/ATJed4rhOXWFZwfjV6L9l-HegCJNghH9ks5qOs3IgaJpZM4I3cr0 .

chipillin avatar Jun 24 '16 15:06 chipillin

Another error came up in the process. Now when i run Open Drone Map It begin the process, but gives me error code 256.

On Fri, Jun 24, 2016 at 8:55 AM, Guillermo Guevara [email protected] wrote:

Thank you for the help.

On Thu, Jun 23, 2016 at 11:17 AM, Dakota Benjamin < [email protected]> wrote:

Thanks for reminding me, I'll edit the README right now.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OpenDroneMap/odm_vagrant/issues/11#issuecomment-228137436, or mute the thread https://github.com/notifications/unsubscribe/ATJed4rhOXWFZwfjV6L9l-HegCJNghH9ks5qOs3IgaJpZM4I3cr0 .

chipillin avatar Jun 24 '16 17:06 chipillin

Error 256 is a generic error code. Can you copy-paste the text of the error?

dakotabenjamin avatar Jun 24 '16 17:06 dakotabenjamin

I attached a screenshot of the error with the last email.

On Fri, Jun 24, 2016 at 10:40 AM, Dakota Benjamin [email protected] wrote:

Error 256 is a generic error code. Can you copy-paste the text of the error?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OpenDroneMap/odm_vagrant/issues/11#issuecomment-228411558, or mute the thread https://github.com/notifications/unsubscribe/ATJed1ZGChoAgWDVpgW1dqSwlsydH13Rks5qPBaYgaJpZM4I3cr0 .

chipillin avatar Jun 24 '16 17:06 chipillin

Could you try again? I think it failed to attach.

dakotabenjamin avatar Jun 24 '16 17:06 dakotabenjamin

I think you have to post it on GitHub manually, not from email.

dakotabenjamin avatar Jun 24 '16 17:06 dakotabenjamin

I'm new to GitHub so where would I post the code.

On Fri, Jun 24, 2016 at 10:47 AM, Guillermo Guevara <[email protected]

wrote:

On Fri, Jun 24, 2016 at 10:46 AM, Dakota Benjamin < [email protected]> wrote:

I think you have to post it on GitHub manually, not from email.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OpenDroneMap/odm_vagrant/issues/11#issuecomment-228413274, or mute the thread https://github.com/notifications/unsubscribe/ATJed8aKGO99mpk4ZvXs6ZP5SOn1AcXBks5qPBgTgaJpZM4I3cr0 .

chipillin avatar Jun 24 '16 17:06 chipillin

https://github.com/OpenDroneMap/odm_vagrant/issues/11 you can drag and drop the screenshot into the text box

dakotabenjamin avatar Jun 24 '16 17:06 dakotabenjamin

error 256

chipillin avatar Jun 24 '16 17:06 chipillin

I posted the code

On Fri, Jun 24, 2016 at 10:56 AM, Dakota Benjamin [email protected] wrote:

#11 https://github.com/OpenDroneMap/odm_vagrant/issues/11 you can drag and drop the screenshot into the text box

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OpenDroneMap/odm_vagrant/issues/11#issuecomment-228415619, or mute the thread https://github.com/notifications/unsubscribe/ATJed293oiIdVcTNvSaiWz_Nh5OStbRBks5qPBpdgaJpZM4I3cr0 .

chipillin avatar Jun 24 '16 17:06 chipillin

OK it worked. It looks like OpenSfM didn't install properly.

Rerun the installation instructions from bash configure.sh and you should be good.

dakotabenjamin avatar Jun 24 '16 18:06 dakotabenjamin

bash configure sh

chipillin avatar Jun 24 '16 18:06 chipillin

i don't think i did it right.

chipillin avatar Jun 24 '16 18:06 chipillin

Odd...

This error crops up from time to time but I've never been able to isolate it. Best thing to do at this point is remove all the directories in SuperBuild EXCEPT for cmake and the CMakeLists.txt file, then try rerunning bash configure.sh again. This will ensure a clean download and build of OpenSfM.

Sorry about the issues this is causing.

dakotabenjamin avatar Jun 24 '16 18:06 dakotabenjamin

i got the exact same error message.

chipillin avatar Jun 24 '16 19:06 chipillin

OK I've got one more thing to try, then I'm all out of ideas:

cd /odm_app/OpenDroneMap/SuperBuild/src/opensfm
python setup.py build
cd /odm_app/OpenDroneMap

This will manually build OpenSfM.

Lastly, it wouldn't hurt to try using run.sh instead of run.py. It does the same thing but ensures the environment variables are properly set.

dakotabenjamin avatar Jun 24 '16 20:06 dakotabenjamin

after that do i run "run.sh" again or do i delete all the directories from SuperBuild again

chipillin avatar Jun 24 '16 20:06 chipillin

No don't delete the superbuild stuff.

Just try running it.

dakotabenjamin avatar Jun 24 '16 20:06 dakotabenjamin

it didn't work and i get this error message. python error

chipillin avatar Jun 24 '16 20:06 chipillin

Do you have OpenCV installed somewhere else on your machine?

dakotabenjamin avatar Jun 24 '16 20:06 dakotabenjamin

its in the SuperBuild Directory opencv

chipillin avatar Jun 24 '16 20:06 chipillin

So there was another issue https://github.com/OpenDroneMap/OpenDroneMap/issues/217 that has been solved. I'm done for the week but I will see if I can do anything on Monday.

dakotabenjamin avatar Jun 24 '16 20:06 dakotabenjamin

ok thanks

On Fri, Jun 24, 2016 at 1:46 PM, Dakota Benjamin [email protected] wrote:

So there was another issue OpenDroneMap/OpenDroneMap#217 https://github.com/OpenDroneMap/OpenDroneMap/issues/217 that has been solved. I'm done for the week but I will see if I can do anything on Monday.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OpenDroneMap/odm_vagrant/issues/11#issuecomment-228457651, or mute the thread https://github.com/notifications/unsubscribe/ATJed4z14P53nnkCGBZZUK-Humjta7dxks5qPEIOgaJpZM4I3cr0 .

chipillin avatar Jun 24 '16 20:06 chipillin

cmake error Now when trying to install opencv 2.4.11 i get another error message

chipillin avatar Jun 28 '16 17:06 chipillin

THis vagrant machine you are running, is it fresh machine? You're trying to install OpenCV manually?

dakotabenjamin avatar Jun 29 '16 17:06 dakotabenjamin