Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 305 Bytes

Deep Crisp Boundaries

Linux Installation

  1. Clone repository

    git clone [email protected]:huberthomas/dcb.git --recursive

  2. Execute install script

    bash install.sh

  3. Build caffe

    cd caffe mkdir build cd build ccmake ..