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

about visualization #24

Open weiyutao886 opened 2 years ago

weiyutao886 commented 2 years ago

How to visualize the point cloud sequence at different stages in the code? As shown in Figure 4 in your paper, can you describe the details or provide the code

weiyutao886 commented 2 years ago

thanks

ycmin95 commented 2 years ago

I plot them based on matplotlib, like code here and remove some unnessary backgrounds in post-processing on emf exported from inkscape.

weiyutao886 commented 2 years ago

thank you for your reply . i will try it again