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

Error when training #1

Closed Xinjiann closed 3 years ago

Xinjiann commented 3 years ago

Hi @Blueprintf,

When I ran the training step by "python main.py --phase=train --device=0 ", there was an error "No such file or directory: './work_dir/pointlstm/epoch200_model.pt'", I observed that it's due to the definition of weight in pointlstm.yaml, do you know how to deal with it?

Thanks

ycmin95 commented 3 years ago

I forget to comment the checkpoint in the config file, you can comment L12 of ./experiments/pointlstm.yaml "# weights: ./work_dir/pointlstm/epoch200_model.pt" and try to run the training command again.

Sorry for this problem.