Skip to content

Commit 1d1d181

Browse files
authored
Add link to ray tracing repository.
1 parent 17877ef commit 1d1d181

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The red dots denote the particles, the blue dots denote the reference landmarks,
4040

4141
## Running the code
4242

43+
First of all, please make sure you are running Python 2.7.
44+
4345
While the pole extractor is represented by its own Python module [poles.py](poles/poles.py), the mapping and localization module are implemented separately for NCLT [(ncltpoles.py)](poles/ncltpoles.py) and KITTI [(kittipoles.py)](poles/kittipoles.py) due to the different representations of the datasets.
4446
For closer information about the workings of the implementation, please read the paper and follow the source code documentation.
4547

@@ -54,3 +56,7 @@ and use it to install the following Python packages:
5456
```bash
5557
pip install numpy matplotlib open3d-python progressbar pyquaternion transforms3d scipy scikit-image networkx psutil
5658
```
59+
60+
Then, please check out the [ray tracing repository](https://github.com/acschaefer/ray_tracing) and build it.
61+
62+
With these prerequisites, you are ready to run the experiments and the different modules.

0 commit comments

Comments
 (0)