hazirbas / poselstm-pytorch

PyTorch implementation of PoseLSTM and PoseNet
Other
120 stars 36 forks source link

what beta refers #15

Closed shenzhenBUAA closed 3 years ago

shenzhenBUAA commented 3 years ago

Thank you for your help! when I am training my data, I can not understand one of those params, beta refers. You have written in README.txt that different scenes use the different beta, but I do not know which number exactly fits my dataset. my dataset is a 9m*6m football grassland. plus, I am not a native English speaker, there may be something I expressed is not very clear.QAQ

hazirbas commented 3 years ago

hey, you could do some grid search and try to see what beta works for your case.

shenzhenBUAA commented 3 years ago

thanks,are there any references about grid search specially for this project?

hazirbas commented 3 years ago

no, it is a general approach