Skip to content

nubot-nudt/SFEMOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joint Scene Flow Estimation and Moving Object Segmentation on Rotational LiDAR Data

This repo contains the label generation code for our T-ITS paper: Joint Scene Flow Estimation and Moving Object Segmentation on Rotational LiDAR Data.

1. Installation

Prerequisites

  • CUDA 11.3
  • Python 3.8
  • PyTorch 1.10
  • easydict, scipy, sklearn, tqdm, yaml, open3d

2. Data Preprocess

To run our experiments on Semantic Kitti dataset, you need to preprocess the original dataset into our scene flow format. All related folders or files are put under utils/,

Running the preprocessing code using:

python utils/generate_gts.py --root_dir $ROOT_DIR$ --save_dir $SAVE_DIR$

Publication

If you use our implementation in your academic work, please cite the corresponding paper:

@article{chen2024tits,
	author = {Chen, Xieyuanli and Cui, Jiafeng and Liu, Yufei and Zhang, Xianjing and Sun, Jiadai and Ai, Rui and Gu, Weihao and Xu, Jintao and Lu, Huimin},
	title = {Joint Scene Flow Estimation and Moving Object Segmentation on Rotational LiDAR Data},
	booktitle = tits,
	year = {2024},
        volume={25},
        number={11},
        pages={17733-17743},
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages