Skip to content

Commit

Permalink
Add link to ray tracing repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
acschaefer authored Oct 15, 2019
1 parent 17877ef commit 1d1d181
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ The red dots denote the particles, the blue dots denote the reference landmarks,

## Running the code

First of all, please make sure you are running Python 2.7.

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.
For closer information about the workings of the implementation, please read the paper and follow the source code documentation.

Expand All @@ -54,3 +56,7 @@ and use it to install the following Python packages:
```bash
pip install numpy matplotlib open3d-python progressbar pyquaternion transforms3d scipy scikit-image networkx psutil
```

Then, please check out the [ray tracing repository](https://github.com/acschaefer/ray_tracing) and build it.

With these prerequisites, you are ready to run the experiments and the different modules.

0 comments on commit 1d1d181

Please sign in to comment.