issues
search
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
122
stars
20
forks
source link
New changes
#2
Closed
Xinjiann
closed
4 years ago
Xinjiann
commented
4 years ago
Fixed the error: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces) by making the tensor continuous.
Commented the checkpoint in the config file.