Skip to content

Commit

Permalink
Change submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
rzy0901 committed Apr 8, 2024
1 parent a6a54c6 commit 2a1e1d0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[submodule "mediapipe_spectrogram"]
path = mediapipe_spectrogram
url = https://github.com/rzy0901/mediapipe_spectrogram.git
[submodule "mediapipe_spectrogram_classification"]
path = mediapipe_spectrogram_classification
url = https://github.com/Jcq242818/mediapipe_spectrogram_classification.git
branch = retraining2
[submodule "testZED"]
path = testZED
url = https://github.com/rzy0901/testZED.git
[submodule "RxRealTime_GUI_rzy"]
path = RxRealTime_GUI_rzy
url = https://github.com/rzy0901/RxRealTime_GUI_rzy
[submodule "CASTER_classification"]
path = CASTER_classification
url = https://github.com/rzy0901/CASTER_classification
1 change: 1 addition & 0 deletions CASTER_classification
Submodule CASTER_classification added at 3593e2
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Detailed documentation, source codes, and paper information will be coming soon

## Codes Overview

### Clone the Repository

```bash
git clone https://github.com/rzy0901/testSpectrogram.git --recursive
```
Alternatively, you can visit the repositories listed in [.gitmodules](.gitmodules) and download each one individually as a zip file.

### Codes for "SDP3" and "PBAH" papers

+ [Micro_Doppler_Radar_Simulator](./Micro_Doppler_Radar_Simulator)
Expand All @@ -36,11 +43,12 @@ Detailed documentation, source codes, and paper information will be coming soon

### Codes for "CASTER" paper

+ [mediapipe_spectrogram](https://github.com/rzy0901/mediapipe_spectrogram) (Not open-sourced yet)
+ [mediapipe_spectrogram](https://github.com/rzy0901/mediapipe_spectrogram)
+ Primitive-based wireless channel simulation for hand gesture recognition.
+ Camera coordinate 3D hand keypoints extraction based on a monocular camera, using [mediapipe](https://github.com/google/mediapipe) and [opencv](https://github.com/opencv/opencv).
+ [mediapipe_spectrogram_classification](https://github.com/Jcq242818/CASTER/tree/retraining2) (Not open-sourced yet) and [RxRealTime_GUI_rzy](https://github.com/rzy0901/RxRealTime_GUI_rzy/tree/master)
+ [CASTER_classification](https://github.com/rzy0901/CASTER_classification) and [RxRealTime_GUI_rzy](https://github.com/rzy0901/RxRealTime_GUI_rzy/tree/master)
+ "Simulation-to-reality" hand gesture recognition based on ResNet18.
+ Transfer learning based on the simulated dataset and real-world dataset.
+ Real-time gesture recognition based on millimeter-wave passive sensing and communication systems, using a model trained by a simulated dataset.

## Cite this repository
Expand Down
1 change: 0 additions & 1 deletion mediapipe_spectrogram_classification
Submodule mediapipe_spectrogram_classification deleted from e6034c

0 comments on commit 2a1e1d0

Please sign in to comment.