Skip to content

Keio-CSG/Ghost-FWL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghost-FWL: A Large-Scale Full-Waveform LiDAR Dataset for Ghost Detection and Removal

Kazuma Ikeda1*Ryosei Hara1*

Rokuto Nagata1   Ozora Sako1   Zihao Ding1   Takahiro Kado2   Ibuki Fujioka2   Taro Beppu2

Mariko Isogawa1Kentaro Yoshioka1

1 Keio University
2 Sony Semiconductor Solution
* Equal contribution

CVPR 2026

teaser

This is the official implementation of Ghost-FWL

Installation

  • requirements
  • clone the repositoryW
    git clone git@github.com:Keio-CSG/Ghost-FWL.git
  • init (only after cloning the repository)
    uv sync
    
    # (optional)
    uv run pre-commit install
    uv run pre-commit autoupdate

Dataset

See README_dataset.md for more details.

Pretrain

uv run python scripts/run_train.py --config configs/config_pretrain.yaml

Train

uv run python scripts/run_train.py --config configs/config_train.yaml

Estimate

uv run python scripts/run_estimate.py --config configs/config_estimate.yaml

Test

Test Recall

uv run python scripts/run_test.py --config configs/config_test.yaml

Test Ghost Removal Rate

uv run python src/visualize/evaluate_pcd_batch.py --config src/visualize/configs/evaluate_pcd_batch.yaml

Visualize

  • vis_pred.py
    • visualize prediction results, ground truth annotations, and temporal histogram at peak locations (matplotlib)
uv run python src/visualize/vis_pred.py --config configs/config_test.yaml
  • vis_pcd.py
    • save .pcd file from estimated results or ground truth annotations
uv run python src/visualize/vis_pcd.py --config src/visualize/configs/vis_pcd.yaml
  • vis_pcd_batch.py
    • batch save .pcd file from estimated results or ground truth annotations
uv run python src/visualize/vis_pcd_batch.py --config src/visualize/configs/vis_pcd_batch.yaml
  • interactive_histogram_viewer.py
    • visualize intensity map and histogram at the clicked location
uv run python src/visualize/interactive_histogram_viewer.py /path/to/voxel.b2 /path/to/{prediction,annotation}.b2

Citation

@inproceedings{ikeda2026ghostfwl,
  title = {Ghost-FWL: A Large-Scale Full-Waveform LiDAR Dataset for Ghost Detection and Removal},
  author = {Ikeda, Kazuma and Hara, Ryosei and Nagata, Rokuto and Sako, Ozora and Ding, Zihao and Kado, Takahiro and Fujioka, Ibuki and Beppu, Taro and Isogawa, Mariko and Yoshioka, Kentaro},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year = {2026},
}

Code Reference

The primary references used for the implementation are listed below. Please refer to the original papers for all citations.

Contact

If you have any questions, please post an issue and mention @ike-kazu and @ryhara.

About

[CVPR 2026 main] Official Implementation of "Ghost-FWL: A Large-Scale Full-Waveform LiDAR Dataset for Ghost Detection and Removal"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages