Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuzunjie17/FastFusion
Dataset released
https://github.com/zhuzunjie17/FastFusion
blur dataset fastmotion reconstruction slam
Last synced: about 2 months ago
JSON representation
Dataset released
- Host: GitHub
- URL: https://github.com/zhuzunjie17/FastFusion
- Owner: zhuzunjie17
- License: mit
- Created: 2019-08-04T13:24:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T09:50:07.000Z (about 2 years ago)
- Last Synced: 2024-08-01T02:26:08.529Z (4 months ago)
- Topics: blur, dataset, fastmotion, reconstruction, slam
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 69
- Watchers: 4
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-slam-datasets - FMDataset
- awesome-slam-datasets - FMDataset
README
# FMDataset
We release the dataset called **Fast sensor Motion Dataset**, which is used on our ICME'19 paper. **FMDataset** aims to verify the robustness of Dense-SLAM system at different velocities of sensor motion.
It contains **color images, depth images and IMUs** gathered by a handheld sensor Intel realsense ZR300. Filtered depth images with better quality are saved in the file "filtered".
This dataset contains 14 sequences with 6 different scenes. All datasets are divided into slow, medium and fast depending on the camera motion speed and the image blurry degree. To be more specific, as there is no explicit criteria to divide camera speed into slow and fast, thus we empirically set the motion without creating image motion blur as slow camera motion, and the motion which creates severe image blur as fast camera motion.
You may Download our Dataset at:
**Baidu Drive:** https://pan.baidu.com/s/1g5W1k6vhZM-3JTPQIDmS-A code: ae79
**Google Drive:** https://drive.google.com/drive/folders/1oaK3yreUtHjRTx-AVaspcCPGY7YEYBak?usp=sharingWe have also provide **DatasetReader** code for you to easily read our dataset into your project.
# Reference
One of our work has got ICME'19 best student paper award, which proposes a robust real-time reconstruction system under fast sensor motion. You may find our paper and vido below:
http://39.98.209.108/publications/2019/2019FastFusion.pdfhttp://39.98.209.108/publications/2019/zhuzunjie_VIDEO.mp4
# Citation
If you use FMDataset, please cite our ICME 2019 paper:
```
@inproceedings{Zhu2019,
title={Real-time Indoor Scene Reconstruction with RGBD and Inertial Input},
author={Zhu, Zunjie and Xu, Feng and Yan, Chenggang and Hao, Xinhong and Ji, Xiangyang and Zhang, Yongdong and Dai, Qionghai},
booktitle={Proc. IEEE Int. Conf. Multimedia and Expo (ICME’2019), Shanghai, China},
year={2019}
}
```