Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

siftgpu could not be downloaded #40

Open
lischenko opened this issue Apr 13, 2017 · 3 comments
Open

siftgpu could not be downloaded #40

lischenko opened this issue Apr 13, 2017 · 3 comments

Comments

@lischenko
Copy link

--2017-04-13 00:12:44--  http://wwwx.cs.unc.edu/~ccwu/cgi-bin/siftgpu.cgi
Resolving wwwx.cs.unc.edu... 152.2.128.56
Connecting to wwwx.cs.unc.edu|152.2.128.56|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-04-13 00:12:44 ERROR 404: Not Found.

Not sure why it is gone and if it is permanent or transient.

Worked around by downloading a copy from an alternate source:

wget https://github.com/pitzer/SiftGPU/archive/master.zip -O sift_gpu.zip

since the zipped directory is named SiftGPU-master instead of SiftGPU I had to quick-patch the script with mv SiftGPU-master SiftGPU:

diff --git a/vsfm_os_x_installer.sh b/vsfm_os_x_installer.sh
index 02ee64e..23dd733 100755
--- a/vsfm_os_x_installer.sh
+++ b/vsfm_os_x_installer.sh
@@ -257,7 +257,7 @@ function installSiftGPU () {
         rm -fR SiftGPU
         unzip $SIFT_GPU_ZIP
     fi
-
+mv SiftGPU-master SiftGPU
 cd SiftGPU
 ####### makefile Patches
        # echo "Changing SiftGPU GCC to Brews gcc-4.9"
@tomnewport
Copy link

I also had to do this - thanks for the fix!

@UeFan
Copy link

UeFan commented Jun 4, 2017

Just solve my problem, thanks very much!

@davidbuzz
Copy link

+1

rafalzawadzki added a commit to rafalzawadzki/VisualSFM_OS_X_Installer that referenced this issue Sep 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants