Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ LocNDF: Neural Distance Field Mapping for Robot Localization
The system has been tested with Ubuntu-20.04 and Python3.9. Install the following dependencies if needed:

```sh
apt-get install libgl1-mesa-glx libx11-dev ldconfig
apt-get install libgl1-mesa-glx libx11-dev libfreetype6-dev libfontconfig1-dev python3-tk
RUN ldconfig
```

For the installation of the python package simply clone the repo and pip install it.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ open3d
numpy
Click
natsort
matplotlib
pytorch_lightning
PyYAML
scipy
matplotlib==3.1.2