Closed Cari24 closed 2 years ago
It is the path to the pretrained weight. You can download the provided weights or adopt the trained weight.
Where can I download the weight file? I prefer to use training weights, but I'm not very clear about the composition of the "path_to_weights" file mentioned in your code. I hope you can say it in detail. Thank you very much! Kind regard!
The download instruction can be found in readme, you can download through google drive or baiduyun.
Ok, I will try it now. Thanks again for your reply patiently.
Hello, I have trained the model on SHREC'17, I have the epoch_model.pt file. I just don' know how to extract the weight form the file.
I built this folder and put the model parameter files in it, but it still doesn't seem to work.
Kind regard!
You can replace PATH_TO_WEIGHTS to the path tho the epoch_model.pt e.g. python main.py --phase=test --weights=./epoch200_model.pt
Relevant code can be found here
Hi, I have solved this problem by modifying the file "pointlstm.yaml". Love you, my friend, Kind regard!
how?i encounter the same problem!Kind regard
@zeng947 The 'load weights' option is used to load pretrained model for inference or debug, you can change the weight path by change the config file or through the comand. PATH_TO_WEIGHTS means the path to the pretrained weights, rather than the string "PATH_TO_WEIGHTS".
@zeng947 The 'load weights' option is used to load pretrained model for inference or debug, you can change the weight path by change the config file or through the comand. PATH_TO_WEIGHTS means the path to the pretrained weights, rather than the string "PATH_TO_WEIGHTS".
thanks!i have solved it!
Hello,where is the file "weights=PATH_TO_WEIGHTS", I can not find it. Kind regard!