This repository contains the following folders and code files
Folders
- 01_raw_bin - Containing the raw binary files collected from the mmWave Radar
- 02_parsed - Folder for the parsed binary files
- 03_occupancy_grid - folder for the generated occupancy grid
Code Files
- data_process.ipynb - To proces the raw binary files into readable MS Excel format, read the data, and generate occupancy grids
- model_training.ipynb - For model training
- pose_depiction.ipynb - For prediction and depicting the pose
IWRL6432BOOST Evaluation Module
- Demo used - IWRL6432 Out of Box Demo
- Chirp configuration - PresenceDetect.cfg (default configuration provided in the radar toolbox)
- The configuration is altered to retrieve more point cloud data
- Within the visualizer, a save UART option can be checked, allowing the point cloud to be collected
- The data points are saved as a .bin file after every 100 frames, and through exiting the tool, remaining frames will be discarded
- Install dependencies from a requirements.txt file
pip install -r requirements.txt
- Run each .ipynb files in sequence