diff --git a/README.md b/README.md index 161f7fff..0c42f579 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Caba Heilbron, Fabian, Victor Escorcia, Bernard Ghanem, and Juan Carlos Niebles. cd ./preprocess/activityNet/ # Download the groud truth annotations in ActivityNet dataset. - wget http://ec2-52-11-11-89.us-west-2.compute.amazonaws.com/files/activity_net.v1-3.min.json + wget http://ec2-52-25-205-214.us-west-2.compute.amazonaws.com/files/activity_net.v1-3.min.json # Download the videos in ActivityNet dataset into ./preprocess/activityNet/videos. python download_video.py diff --git a/caffe3d/Makefile.config b/caffe3d/Makefile.config index 78690ba2..b37da00f 100644 --- a/caffe3d/Makefile.config +++ b/caffe3d/Makefile.config @@ -50,8 +50,8 @@ BLAS := open # Custom (MKL/ATLAS/OpenBLAS) include and lib directories. # Leave commented to accept the defaults for your choice of BLAS # (which should work)! -BLAS_INCLUDE := /opt/OpenBLAS/include -BLAS_LIB := /opt/OpenBLAS/lib +# BLAS_INCLUDE := /opt/OpenBLAS/include +# BLAS_LIB := /opt/OpenBLAS/lib # Homebrew puts openblas in a directory that is not on the standard search path # BLAS_INCLUDE := $(shell brew --prefix openblas)/include @@ -65,7 +65,7 @@ BLAS_LIB := /opt/OpenBLAS/lib # NOTE: this is required only if you will compile the python interface. # We need to be able to find Python.h and numpy/arrayobject.h. PYTHON_INCLUDE := /usr/include/python2.7 \ - /usr/lib/python2.7/dist-packages/numpy/core/include + /usr/local/lib/python2.7/dist-packages/numpy/core/include # Anaconda Python distribution is quite popular. Include path: # Verify anaconda location, sometimes it's in root. # ANACONDA_HOME := $(HOME)/anaconda @@ -90,8 +90,8 @@ PYTHON_LIB := /usr/lib WITH_PYTHON_LAYER := 1 # Whatever else you find you need goes here. -INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include $(CUDNN_PATH)/include -LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib $(CUDNN_PATH)/lib64 +INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include $(CUDNN_PATH)/include /usr/include/hdf5/serial/ +LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib $(CUDNN_PATH)/lib64 /usr/lib/x86_64-linux-gnu/hdf5/serial/ # If Homebrew is installed at a non standard location (for example your home directory) and you use it for general dependencies # INCLUDE_DIRS += $(shell brew --prefix)/include