lidar-camera-calibration


Namelidar-camera-calibration JSON
Version 0.0.15 PyPI version JSON
download
home_pagehttps://github.com/kiakahabro/lidar-camera-calibration
SummaryLiDAR camera calibration
upload_time2023-09-20 02:57:10
maintainer
docs_urlNone
authorTimothy Farnworth
requires_python
license
keywords python calibration lidar camera
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lidar-camera-calibration

[TOC]

## Summary

A PyTorch LiDAR camera calibration project that maximises the mutual information between LiDAR and image intensities.

## Installation

```bash
pip install lidar_camera_calibration
```

## Usage

The `lidar_camera_calibration` package expects a path to be passed that contains the directory with the calibration data. For a calibration dataset, the following directory structure is expected:

```bash
.
├── raw
│   ├── camera_config.yaml # Camera configuration file
│   ├── camera_params.yaml # Initial camera parameters
│   ├── calibrationBagFile-0.bag  # Works with single bag too
│   ├── ...
│   └── calibrationBagFile-K.bag
├── compressed # automatically generated
│   ├── frame-000.mat
│   ├── ...
│   └── frame-NNN.mat
└── results # automatically generated
    ├── calibration_joint_euler_<nepochs>.mat
    ├── calibration_joint_euler_<nepochs>.yaml
    └── camera_params_<nepochs>.yaml
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kiakahabro/lidar-camera-calibration",
    "name": "lidar-camera-calibration",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,calibration,LiDAR,camera",
    "author": "Timothy Farnworth",
    "author_email": "tkfarnworth@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c2/77/7e0c11199d7780107e1b50e53716eb81d02e2badd3839e7c23b97e3506b2/lidar_camera_calibration-0.0.15.tar.gz",
    "platform": null,
    "description": "# lidar-camera-calibration\n\n[TOC]\n\n## Summary\n\nA PyTorch LiDAR camera calibration project that maximises the mutual information between LiDAR and image intensities.\n\n## Installation\n\n```bash\npip install lidar_camera_calibration\n```\n\n## Usage\n\nThe `lidar_camera_calibration` package expects a path to be passed that contains the directory with the calibration data. For a calibration dataset, the following directory structure is expected:\n\n```bash\n.\n\u251c\u2500\u2500 raw\n\u2502   \u251c\u2500\u2500 camera_config.yaml # Camera configuration file\n\u2502   \u251c\u2500\u2500 camera_params.yaml # Initial camera parameters\n\u2502   \u251c\u2500\u2500 calibrationBagFile-0.bag  # Works with single bag too\n\u2502   \u251c\u2500\u2500 ...\n\u2502   \u2514\u2500\u2500 calibrationBagFile-K.bag\n\u251c\u2500\u2500 compressed # automatically generated\n\u2502   \u251c\u2500\u2500 frame-000.mat\n\u2502   \u251c\u2500\u2500 ...\n\u2502   \u2514\u2500\u2500 frame-NNN.mat\n\u2514\u2500\u2500 results # automatically generated\n    \u251c\u2500\u2500 calibration_joint_euler_<nepochs>.mat\n    \u251c\u2500\u2500 calibration_joint_euler_<nepochs>.yaml\n    \u2514\u2500\u2500 camera_params_<nepochs>.yaml\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "LiDAR camera calibration",
    "version": "0.0.15",
    "project_urls": {
        "Homepage": "https://github.com/kiakahabro/lidar-camera-calibration"
    },
    "split_keywords": [
        "python",
        "calibration",
        "lidar",
        "camera"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80524136a5ca7776eebc9d4b2f51d0adebaa40657630d50aab0a5d7de3809078",
                "md5": "c860f707ef4425c9761129f99f2af16a",
                "sha256": "6c927fa83334a6ee9f84855ba3737db0bf18e2044f8b28a55b3f5f3ced4a2ac7"
            },
            "downloads": -1,
            "filename": "lidar_camera_calibration-0.0.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c860f707ef4425c9761129f99f2af16a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 34821,
            "upload_time": "2023-09-20T02:57:08",
            "upload_time_iso_8601": "2023-09-20T02:57:08.761766Z",
            "url": "https://files.pythonhosted.org/packages/80/52/4136a5ca7776eebc9d4b2f51d0adebaa40657630d50aab0a5d7de3809078/lidar_camera_calibration-0.0.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2777e0c11199d7780107e1b50e53716eb81d02e2badd3839e7c23b97e3506b2",
                "md5": "759e12d72c000d068f613c083a9b05a4",
                "sha256": "e2b1fb47f6f5bab4909050259d9e3138a9fad16cbe096e1330a49ee770afbd9a"
            },
            "downloads": -1,
            "filename": "lidar_camera_calibration-0.0.15.tar.gz",
            "has_sig": false,
            "md5_digest": "759e12d72c000d068f613c083a9b05a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28918,
            "upload_time": "2023-09-20T02:57:10",
            "upload_time_iso_8601": "2023-09-20T02:57:10.332821Z",
            "url": "https://files.pythonhosted.org/packages/c2/77/7e0c11199d7780107e1b50e53716eb81d02e2badd3839e7c23b97e3506b2/lidar_camera_calibration-0.0.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-20 02:57:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kiakahabro",
    "github_project": "lidar-camera-calibration",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lidar-camera-calibration"
}
        
Elapsed time: 0.11199s