All Projects → KellyGui → Hdpslam

KellyGui / Hdpslam

The implementation of HDP SLAM

Projects that are alternatives of or similar to Hdpslam

Rootkit detect
Repository for rootkit detection tools
Stars: ✭ 5 (-68.75%)
Mutual labels:  makefile
Docker Debootstrap Builder
🐳 Build a debootstrap based distribution from Docker (ubuntu, debian)
Stars: ✭ 6 (-62.5%)
Mutual labels:  makefile
Rtspcamera
android rtsp camera
Stars: ✭ 7 (-56.25%)
Mutual labels:  makefile
Salt Fr
Blog de la communauté Saltstack francophone
Stars: ✭ 5 (-68.75%)
Mutual labels:  makefile
Rust Ffi Examples
FFI examples written in Rust
Stars: ✭ 831 (+5093.75%)
Mutual labels:  makefile
Gradslam
gradslam is an open source differentiable dense SLAM library for PyTorch
Stars: ✭ 833 (+5106.25%)
Mutual labels:  slam
Android device htc himaul
Stars: ✭ 5 (-68.75%)
Mutual labels:  makefile
Ansible Freeipa
An Ansible playbook for configuring FreeIPA server(s) and clients.
Stars: ✭ 7 (-56.25%)
Mutual labels:  makefile
Bad idea
this is a bad idea
Stars: ✭ 6 (-62.5%)
Mutual labels:  makefile
Thunderbird Flatpak
Resources to build Mozilla Thunderbird as a flatpak
Stars: ✭ 7 (-56.25%)
Mutual labels:  makefile
Webappsec Change Password Url
A Well-Known URL for Changing Passwords
Stars: ✭ 828 (+5075%)
Mutual labels:  makefile
Docker Alpine S6
Docker Alpine Linux images with s6 init
Stars: ✭ 6 (-62.5%)
Mutual labels:  makefile
Article Template
This is a simple template for writing academic papers. It uses bibtex for tracking bibliographic information and Pandoc to convert the content to a correctly formatted document.
Stars: ✭ 6 (-62.5%)
Mutual labels:  makefile
Docker Xymon
Dockerization of the Xymon monitoring system on an Ubuntu base
Stars: ✭ 5 (-68.75%)
Mutual labels:  makefile
Armhf Registry
Minimal Docker Registry image the ARM architecture
Stars: ✭ 7 (-56.25%)
Mutual labels:  makefile
Forth Wiki On Reddit
forth-wiki-on-reddit
Stars: ✭ 5 (-68.75%)
Mutual labels:  makefile
Rutgersclasses
a Repo for CS assignments
Stars: ✭ 6 (-62.5%)
Mutual labels:  makefile
Disco
decentralized infrastructure for serverless computing operations
Stars: ✭ 16 (+0%)
Mutual labels:  makefile
Docker Coreos Img
🐳 CoreOS image in a docker image
Stars: ✭ 7 (-56.25%)
Mutual labels:  makefile
Ovirt Live
This is a mirror for http://gerrit.ovirt.org, for issues use http://bugzilla.redhat.com
Stars: ✭ 6 (-62.5%)
Mutual labels:  makefile

HDPSLAM

our simulation implementation of HDP SLAM based on the original code of the paper < SLAM with objects using a nonparametric pose graph > the github is https://github.com/BeipengMu/objectSLAM

See the bib reference of our HDP SLAM paper below:

@ARTICLE{8794595, author={J. {Zhang} and M. {Gui} and Q. {Wang} and R. {Liu} and J. {Xu} and S. {Chen}}, journal={IEEE Transactions on Visualization and Computer Graphics}, title={Hierarchical Topic Model Based Object Association for Semantic SLAM}, year={2019}, volume={25}, number={11}, pages={3052-3062}, keywords={Simultaneous localization and mapping;Semantics;Optimization;Cameras;Image reconstruction;Atmospheric modeling;Computer science;Visual Semantic SLAM;Object Association;Hierarchical Dirichlet Process}, doi={10.1109/TVCG.2019.2932216}, ISSN={}, month={Nov},}

The code for "SLAM with objects using a nonparametric pose graph". See bib reference below:

@INPROCEEDINGS{Mu_iros_2016, author={B. Mu and S. Y. Liu and L. Paull and J. Leonard and J. P. How}, booktitle={2016 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, title={SLAM with objects using a nonparametric pose graph}, year={2016}, pages={4602-4609}, keywords={SLAM (robots);graph theory;object detection;pose estimation;robot vision;sensor fusion;SLAM;data association;nonparametric pose graph;object detection;robotic application;simultaneous localization and mapping;Machine learning;Object detection;Proposals;Robustness;Simultaneous localization and mapping;Three-dimensional displays}, doi={10.1109/IROS.2016.7759677}, month={Oct},}

iSAM library

Folder isam contains the modified isam library to optimize pose graphs. There are pre-compiled executable file isam is under the bin folder To compile from source, following the commands on ubuntu: cd isam mkdir build && cd build && cmake .. make Fore more details about the library, refer to readme file under isam folder.

To generate simulated dataset, run generateSimData.m. Ground truth objects are randomly generated. Click in the figure to generate the ground truth trajectory, make sure there are enough loop closures. When finished, press enter button on the keyboard.

HDP SLAM simulation demo

To run the algorithm and compared algorithms, run Demo1.m and Demo2.m

Two demos:

  version1: the parameter of standard deviation is set
  
  version2: use distribution with the hpyerparameter gamma to sample the parameter of standard deviation

The common-view frame matrix is computed for the measurement among the frames with the same commonview relationships.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].