Skip to content

waqasa11i/BEV_Projection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEV Projection for SemanticKitti Dataset

This repository is for multi-channel Bird-Eye-Projection for SemanticKitti dataset. This package produces rgb images using the point cloud data and semantic labels, where each color represents a specific semantic class.

Requirements

  • PCL
  • OpenCV

Data Structure

Please download SemKITTI dataset and ensure the following structure

./dataset/
├── 
└── SemanticKitti/
    ├──sequences
        ├── 00/           
        │   ├── velodyne/	
        |   |	├── 000000.bin
        |   |	├── 000001.bin
        |   |	└── ...
        │   └── labels/ 
        |   |   ├── 000000.label
        |   |   ├── 000001.label
        |   |   └── ...
        |   └── BEV_images/ 

Run Packages

./BEV_projection /home/user/dataset/SemanticKitti/sequences/00/

Example Output

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published