de55cd3b19 | ||
---|---|---|
.. | ||
common | ||
depth_render | ||
external | ||
.gitignore | ||
.hgignore | ||
BUILDING.txt | ||
CMakeLists.txt | ||
README.md | ||
compare_img.py | ||
parse_pose_rotation.py | ||
posefile |
README.md
Setting up the OpenGL depth renderer
All external libraries have been included. You only need CMake on your computer in order to build
Install
sudo apt-get install libzmq3-dev
sudo apt-get install libglew-dev
sudo apt-get install libglm-dev
Steps
Download models
cd {PROJECT_ROOT_PATH}/depth/depth_render
wget https://www.dropbox.com/s/qc6sqqua2r2ht4w/16b32add7aa946f283740b9c1c1646c0.obj
wget https://www.dropbox.com/s/w7qdbzmo6pp0466/Q97jUzc1wSS_HIGH.obj
wget https://www.dropbox.com/s/gs7vhmanjgao9vy/suzanne.obj
Compile C code (this might take a minute or two)
cd {PROJECT_ROOT_PATH}/depth
mkdir build && cd build
cmake ..
make
Run the code
./launch-depth_render.sh