VIPL-SLP / pointlstm-gesture-recognition-pytorch

This repo holds the codes of paper: An Efficient PointLSTM for Point Clouds Based Gesture Recognition (CVPR 2020).
https://openaccess.thecvf.com/content_CVPR_2020/html/Min_An_Efficient_PointLSTM_for_Point_Clouds_Based_Gesture_Recognition_CVPR_2020_paper.html
Apache License 2.0
117 stars 19 forks source link

direct grouping or aligned grouping #13

Closed yiyayi-0123 closed 2 years ago

yiyayi-0123 commented 2 years ago

Does the code use direct grouping or aligned grouping?

ycmin95 commented 2 years ago

@yiyayi-0123 You can choose the grouping mode by changing the offsets parameter.

yiyayi-0123 commented 2 years ago

Thank you for your answer.