|
1 | | -# TEASER++: fast & certifiable 3D registration |
| 1 | +# TEASER++: fast & certifiable 3D registration |
2 | 2 | [](https://opensource.org/licenses/MIT) |
3 | 3 | [](https://teaser.readthedocs.io/en/latest/?badge=latest) |
4 | 4 | [<img src="https://github.com/MIT-SPARK/TEASER-plusplus/workflows/build/badge.svg">](https://github.com/MIT-SPARK/TEASER-plusplus/actions) |
@@ -97,11 +97,11 @@ sudo apt install cmake libeigen3-dev libboost-all-dev |
97 | 97 | conda create -n teaser_test python=3.6 numpy |
98 | 98 | conda activate teaser_test |
99 | 99 | conda install -c open3d-admin open3d=0.9.0.0 |
| 100 | + |
100 | 101 | git clone https://github.com/MIT-SPARK/TEASER-plusplus.git |
101 | | -cd TEASER-plusplus && mkdir build && cd build |
102 | | -cmake -DTEASERPP_PYTHON_VERSION=3.6 .. && make teaserpp_python |
103 | | -cd python && pip install . |
104 | | -cd ../.. && cd examples/teaser_python_ply |
| 102 | +cd TEASER-plusplus |
| 103 | +pip install . |
| 104 | +cd examples/teaser_python_ply |
105 | 105 | python teaser_python_ply.py |
106 | 106 | ``` |
107 | 107 | You should see output similar to this: |
@@ -137,19 +137,20 @@ Number of outliers: 1700 |
137 | 137 | Time taken (s): 0.9492652416229248 |
138 | 138 | ``` |
139 | 139 |
|
140 | | -### Reproduce the GIF Above |
| 140 | +### Reproduce the GIF Above |
141 | 141 | Run the following script: |
142 | 142 | ```shell script |
143 | 143 | sudo apt install cmake libeigen3-dev libboost-all-dev |
144 | 144 | conda create -n teaser_3dsmooth python=3.6 numpy |
145 | 145 | conda activate teaser_3dsmooth |
146 | 146 | conda install -c open3d-admin open3d=0.9.0.0 |
147 | | -conda install scikit-learn |
| 147 | +conda install scikit-learn |
| 148 | + |
148 | 149 | git clone https://github.com/MIT-SPARK/TEASER-plusplus.git |
149 | | -cd TEASER-plusplus && mkdir build && cd build |
150 | | -cmake -DTEASERPP_PYTHON_VERSION=3.6 .. && make teaserpp_python |
151 | | -cd python && pip install . |
152 | | -cd ../.. && cd examples/teaser_python_3dsmooth |
| 150 | +cd TEASER-plusplus |
| 151 | +pip install . |
| 152 | + |
| 153 | +cd examples/teaser_python_3dsmooth |
153 | 154 | python teaser_python_3dsmooth.py |
154 | 155 | ``` |
155 | 156 | You should be able to see Open3D windows showing registration results: |
|
0 commit comments