slam-dataset-sdk


Nameslam-dataset-sdk JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/pranayspeed/slam_dataset_iterator
SummarySimple 3D LiDAR-Odometry dataset loading pipeline
upload_time2023-05-30 23:02:56
maintainer
docs_urlNone
authorPranay Meshram
requires_python
licenseMIT
keywords slam lidar odometry localization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SLAM Dataset SDK


Due to increase in dataset targeted for SLAM, major gap is created in usability of the datasets. Major Datasets have there unique structure of storing and retrieving the sensor inputs. This project deals with combining all the dataset parsing and creating a simple and generic dataset interface, to enable fast evaluations and implementation of new SLAM systems. Due to cumbursome setup requirements for each dataset use, most of the time is consumed for just understanding how the dataset is sturctured and ways to decode them to be used for actual experiments. This created a delay and hence many implementations just use datasets which are easy to setup for experiments.
Our efforts are to reduce the gap between dataset and its usablity out of the box.
Additionally, we support basic Odometry pipeline stub, where user is allowed to use there custom deskew, registration functions enabling quick evaluation, without doing any tedious setup.
## Install

We released a python-package supported on
![ubuntu](https://img.shields.io/badge/ubuntu-333333?style=flat&logo=ubuntu).


To get started, just run

```sh
pip install slam-dataset-sdk
```

If you also want to install all the *(optional)* dependencies, like Open3D for running the visualizer:

```sh
pip install "slam-dataset-sdk[all]"
```


## Install (developer mode)

If you plan to modify the code then you need to setup the dev dependencies, luckilly, the only real
requirements are a modern C++ compiler and the `pip` package manager, nothing else!, in Ubuntu-based
sytems this can be done with:

```sh
sudo apt install g++ python3-pip
```

After that you can clone the code and install the python api:
```sh
git clone https://github.com/pranayspeed/slam_dataset_sdk.git
cd slam_dataset_sdk
pip install --verbose .
```

## Install (expert mode)

If you want to have more controll over the build, you should then install `cmake`, ,`ninja`, `tbb`,
`Eigen`, and `pybind11` as extra dependencies in your system, the ubuntu-way of doing this is:

```sh
sudo apt install build-essential libeigen3-dev libtbb-dev pybind11-dev ninja-build
```

## Using Library

Check slam_dataset_sdk/eval/sdk_test.py
A sample application is developed for example usage of the library

## Authors

- Pranay Meshram

## Credits

* Major code for Lidar dataset pre-processing is used from 'https://github.com/PRBonn/kiss-icp' [KISS-ICP: In Defense of Point-to-Point ICP -- Simple, Accurate, and Robust Registration If Done the Right Way](https://arxiv.org/pdf/2209.15397.pdf).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pranayspeed/slam_dataset_iterator",
    "name": "slam-dataset-sdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "SLAM,LiDAR,Odometry,Localization",
    "author": "Pranay Meshram",
    "author_email": "pranaywa@buffalo.edu",
    "download_url": "https://files.pythonhosted.org/packages/47/2c/0a809da6f42bbea98d5b3a15263432eebfbb45adf41d00f70a284964364c/slam_dataset_sdk-0.0.2.tar.gz",
    "platform": null,
    "description": "# SLAM Dataset SDK\n\n\nDue to increase in dataset targeted for SLAM, major gap is created in usability of the datasets. Major Datasets have there unique structure of storing and retrieving the sensor inputs. This project deals with combining all the dataset parsing and creating a simple and generic dataset interface, to enable fast evaluations and implementation of new SLAM systems. Due to cumbursome setup requirements for each dataset use, most of the time is consumed for just understanding how the dataset is sturctured and ways to decode them to be used for actual experiments. This created a delay and hence many implementations just use datasets which are easy to setup for experiments.\nOur efforts are to reduce the gap between dataset and its usablity out of the box.\nAdditionally, we support basic Odometry pipeline stub, where user is allowed to use there custom deskew, registration functions enabling quick evaluation, without doing any tedious setup.\n## Install\n\nWe released a python-package supported on\n![ubuntu](https://img.shields.io/badge/ubuntu-333333?style=flat&logo=ubuntu).\n\n\nTo get started, just run\n\n```sh\npip install slam-dataset-sdk\n```\n\nIf you also want to install all the *(optional)* dependencies, like Open3D for running the visualizer:\n\n```sh\npip install \"slam-dataset-sdk[all]\"\n```\n\n\n## Install (developer mode)\n\nIf you plan to modify the code then you need to setup the dev dependencies, luckilly, the only real\nrequirements are a modern C++ compiler and the `pip` package manager, nothing else!, in Ubuntu-based\nsytems this can be done with:\n\n```sh\nsudo apt install g++ python3-pip\n```\n\nAfter that you can clone the code and install the python api:\n```sh\ngit clone https://github.com/pranayspeed/slam_dataset_sdk.git\ncd slam_dataset_sdk\npip install --verbose .\n```\n\n## Install (expert mode)\n\nIf you want to have more controll over the build, you should then install `cmake`, ,`ninja`, `tbb`,\n`Eigen`, and `pybind11` as extra dependencies in your system, the ubuntu-way of doing this is:\n\n```sh\nsudo apt install build-essential libeigen3-dev libtbb-dev pybind11-dev ninja-build\n```\n\n## Using Library\n\nCheck slam_dataset_sdk/eval/sdk_test.py\nA sample application is developed for example usage of the library\n\n## Authors\n\n- Pranay Meshram\n\n## Credits\n\n* Major code for Lidar dataset pre-processing is used from 'https://github.com/PRBonn/kiss-icp' [KISS-ICP: In Defense of Point-to-Point ICP -- Simple, Accurate, and Robust Registration If Done the Right Way](https://arxiv.org/pdf/2209.15397.pdf).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple 3D LiDAR-Odometry dataset loading pipeline",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/pranayspeed/slam_dataset_iterator"
    },
    "split_keywords": [
        "slam",
        "lidar",
        "odometry",
        "localization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fef1aa094ef720dcef8610c28eba3dff3ef3a2075212c0cf09f70d04d244438d",
                "md5": "40e5af3ab61e9903706c2920fc8e852f",
                "sha256": "809a7e096799a411e36466610a356b62dda2bcf9be95b4e01fedf08139e5b63f"
            },
            "downloads": -1,
            "filename": "slam_dataset_sdk-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40e5af3ab61e9903706c2920fc8e852f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 66173,
            "upload_time": "2023-05-30T23:02:54",
            "upload_time_iso_8601": "2023-05-30T23:02:54.180588Z",
            "url": "https://files.pythonhosted.org/packages/fe/f1/aa094ef720dcef8610c28eba3dff3ef3a2075212c0cf09f70d04d244438d/slam_dataset_sdk-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "472c0a809da6f42bbea98d5b3a15263432eebfbb45adf41d00f70a284964364c",
                "md5": "b9760557125947e6443810387383ee3a",
                "sha256": "da47128d46e93479bdea854eccd9ad8b2fcf58b95d74b1c788cdca6e9b2cc5e9"
            },
            "downloads": -1,
            "filename": "slam_dataset_sdk-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b9760557125947e6443810387383ee3a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 56480,
            "upload_time": "2023-05-30T23:02:56",
            "upload_time_iso_8601": "2023-05-30T23:02:56.318666Z",
            "url": "https://files.pythonhosted.org/packages/47/2c/0a809da6f42bbea98d5b3a15263432eebfbb45adf41d00f70a284964364c/slam_dataset_sdk-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-30 23:02:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pranayspeed",
    "github_project": "slam_dataset_iterator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "slam-dataset-sdk"
}
        
Elapsed time: 0.07698s