This repository processes raw mmWave radar data to generate point cloud data. The project aims to provide an efficient pipeline for handling radar data, including parsing, preprocessing, and visualization. This is particularly useful in applications like robotics, autonomous driving, and smart sensing.
- Raw Data Parsing: Converts raw mmWave radar data into a usable format.
- Point Cloud Generation: Produces 3D point cloud data for visualization and analysis.
- Cross-Platform Support: Works on Windows, macOS, and Linux.
Ensure you have the following installed:
- Python 3.8 or above
conda
(for managing environments)
-
Clone the repository:
git clone [email protected]:shelta-zhao/dislab-mmPcd.git cd dislab-mmPcd
-
Create the environment:
conda env create -f requirements.yaml conda activate <your_environment_name>
-
Run the script to process the data:
python dislab_mmPcd.py
-
Visualize the point cloud (optional):
python dislab_mmPcd.py --display
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or feedback, feel free to contact Shelta Zhao.