robert80203 / HuPR-A-Benchmark-for-Human-Pose-Estimation-Using-Millimeter-Wave-Radar

The official implementation of HuPR: A Benchmark for Human Pose Estimation Using Millimeter Wave Radar
86 stars 17 forks source link

RF-Pose implementation #7

Closed duyddwcs closed 1 year ago

duyddwcs commented 1 year ago

Could you share your implementation of RF-Pose please?

robert80203 commented 1 year ago

Hi, We simply followed the implementation described in RF-Pose. The input for RF-Pose is generated by MNet which combine chirps into one single frame. Hope this will help you.

Hungtran-pro commented 10 months ago

Hi @robert80203 ,

I tried to implement RF-Pose as you said to put it right after MNet (which has output shape is: 20, 32, 24, 64, 64) (I increased numGroupFrame to 24 also). But when I apply it to RF_Encoder, it doesn't work well. The Conv3D and Stride only shrunk the data, it couldn't run through 10 encoding layers. Could you let me know where I was wrong? Or do I need to change the data-processing?