# gradslam **Repository Path**: openbayes/gradslam ## Basic Information - **Project Name**: gradslam - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-04 - **Last Updated**: 2024-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  -------------------------------------------------------------------------------- [](https://opensource.org/licenses/MIT) [](https://circleci.com/gh/gradslam/gradslam/tree/master) [](https://gradslam.readthedocs.io/en/latest/?badge=latest) [](https://badge.fury.io/py/gradslam)
## Installation
### Requirements
- `pytorch>=1.6.0` (for other pytorch versions see [here](#install-from-local-clone-recommended))
### Using pip (Experimental)
`pip install gradslam`
### Install from GitHub
`pip install 'git+https://github.com/gradslam/gradslam.git'`
### Install from local clone (Recommended)
```
git clone https://github.com/krrish94/chamferdist.git
cd chamferdist
pip install .
cd ..
git clone https://github.com/gradslam/gradslam.git
cd gradslam
pip install -e .[dev]
```
### Verifying the installation
To verify if `gradslam` has successfully been built, fire up the python interpreter, and import!
```py
import gradslam as gs
print(gs.__version__)
```
You should see the version number displayed.
## Citing gradslam
If you find `gradslam` useful in your work, and are writing up a report/paper about us, we'd appreciate if you cited us. Please use the following bibtex entry.
```
@inproceedings{gradslam,
title={gradSLAM: Dense SLAM meets automatic differentiation},
author={{Krishna Murthy}, Jatavallabhula and Saryazdi, Soroush and Iyer, Ganesh and Paull, Liam},
booktitle={arXiv},
year={2020},
}
```
## Contributors
* Soroush Saryazdi
* Krishna Murthy Jatavallabhula
* Ganesh Iyer