Skip to content

Latest commit

 

History

History
executable file
·
15 lines (15 loc) · 356 Bytes

theia.md

File metadata and controls

executable file
·
15 lines (15 loc) · 356 Bytes

Theia installation

First install packages to support Theia:

sudo apt-get install -y libopenimageio-dev librocksdb-dev rapidjson-dev freeglut3-dev

Clone the customized repo, compile and install:

git clone https://github.com/B1ueber2y/TheiaSfM
cd TheiaSfM
git checkout particle-sfm
mkdir build && cd build
cmake ..
make -j
sudo make install