$ROOT refers to the unified-detection-system root directory.
- Dependencies: CUDA, cuDNN, OpenCV, lmdb, leveldb, BLAS, Boost, protobuf, glog, gflags, hdf5
cd $ROOT/frameworks/caffe-rcnn-ssd
cp Makefile.config.default Makefile.config # Modify Makefile.config to your Caffe installation (Makefile.config.baitcam was used in thesis)
mkdir build
cd build
cmake ..
make -j8
# Add Caffe to $CAFFE_ROOT and $PYTHONPATH environment variables (should also be added to ~/.bashrc):
export CAFFE_ROOT=$ROOT/frameworks/caffe-rcnn-ssd
export PYTHONPATH=$ROOT/frameworks/caffe-rcnn-ssd/python:$PYTHONPATH
- Dependencies: CUDA, OpenCV, Numpy, Cython, EasyDict, PyYAML and Matplotlib.
cd $ROOT/frameworks/py-faster-rcnn/lib
make
- Dependencies: CUDA, cuDNN and OpenCV.
cd $ROOT/frameworks/darknet
make darknet-cpp