Open3d ์ค์นํ๊ธฐ
Open3d ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ค์นํด๋ณด์
Clone Open3D
$ git clone https://github.com/isl-org/Open3D
Dependencies๋ฅผ ์ค์นํ์
Install dependencies
$ util/install_deps_ubuntu.sh
Config and build
$ mkdir build
$ cd build
$ cmake ..
$ make -j$(nproc)
$ sudo make install
Leave a comment