Skip to content

Radio Frequency(RF)-based Keypoint prediction using mmWave 5D point cloud datat.

Notifications You must be signed in to change notification settings

Special256/RF-HAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Key Point Prediction using 5D Point Cloud Data

This repository contains the code for training and testing a model to predict keypoints using 5D point cloud data. The original code referenced can be found here: (https://github.com/SizheAn/MARS/tree/main)

Prerequisites

Before running the code, make sure you have the following dependencies installed:

I would advise you to use a virtual enviroment through conda

```bash
conda create -n 'enviroment_name' python=3.7
```

Training

To train the model, follow these steps:

  1. Clone this repository:

    git clone https://github.com/Special256/RF-HAR.git
  2. Navigate to the project directory:

    cd RF-HAR
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the training script:

    python MARS_model.py --dataset <dataset_path> --model_dir <path_to_save_the_model> --save_path <save_path>

    This will start the training process and save the trained model weights to a file.

Testing

To test the trained model, follow these steps:

  1. Make sure you have completed the training steps mentioned above.

  2. Run the test script:

    python test.py --dataset <dataset_path> --model_dir <model_dir_path> --save_path <save_path>

    This will load the trained model and evaluate its performance on the test dataset.

License

This project is licensed under the MIT License.

About

Radio Frequency(RF)-based Keypoint prediction using mmWave 5D point cloud datat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages