hazirbas / poselstm-pytorch

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

Optimizer like described in Kendall et al. #4

Closed abdellaui closed 5 years ago

abdellaui commented 5 years ago

Kendall et al. describes a different optimizer as here implemented. Maybe it will help someone out in future, who is trieng to reproduce the results of Kendall et al. (2015)

hazirbas commented 5 years ago

How are the results with the new optimizer settings? Are they similar, better or worse? Can you put a flag to change the optimizer so that people don't bother with commenting out a block?