Giter VIP home page Giter VIP logo

cubelearn's Introduction

CubeLearn

This is the official repository for paper

P. Zhao, C. X. Lu, B. Wang, N. Trigoni and A. Markham, "CubeLearn: End-to-end Learning for Human Motion Recognition from Raw mmWave Radar Signals," in IEEE Internet of Things Journal, doi: 10.1109/JIOT.2023.3237494.

Code

The training, validation and testing set split is provided in csv format so that you can replicate the results in the paper if you want to. The code is provided mianly as a reference. If you want to run the code you'll have to modify the dataset path and select the model which you want to run. The complex layers are based on https://github.com/ivannz/cplxmodule.

Dataset

The dataset can be accessed at

HGR: https://www.dropbox.com/s/0gfu1er1dalmqa8/HGR_data.zip?dl=0

AGR: https://www.dropbox.com/s/egidqlng2k6kb40/AGR_data.zip?dl=0

HAR: https://www.dropbox.com/s/l2q25bzczqkmnjl/HAR_data.zip?dl=0

For each file, it is a numpy array of size (2, T, 128, 12, 256), where 2 is the real and complex part of the raw data, T is the timestamps (10 for HGR and AGR, 20 for HAR), 128 is the number of chirps in a frame, 12 is the virtual antennas with the following arrangement:

      8  9  10 11
0  1  2  3  4  5  6  7

and 256 is the number of samples per virtual antenna per chirp.

The format of the file name is {user id}_{gesture/activity}_{sample id}.npy

Citation

If you find the paper or the code/data helpful to your research/project, please consider citing our paper:

@article{zhao2023cubelearn,
  title={CubeLearn: End-to-end learning for human motion recognition from raw mmWave radar signals},
  author={Zhao, Peijun and Lu, Chris Xiaoxuan and Wang, Bing and Trigoni, Niki and Markham, Andrew},
  journal={IEEE Internet of Things Journal},
  year={2023},
  publisher={IEEE}
}

License

This project is released under the Apache 2.0 license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.