hazirbas / poselstm-pytorch

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

Results and Tensorflow implementation #1

Closed maesfahani closed 6 years ago

maesfahani commented 6 years ago

Hi, I saw in the paper that your implementation is with Tensorflow. Since the result of pythorch is not that promising, did you release the tensorflow implementation of your work? Is there any difference between this implementation and the paper? Thanks

hazirbas commented 6 years ago

Hi, the results change a lot by simply changing the platform. Unfortunately, Tensorflow trainings were undeterministic and I dont think one can get the same results ever again. Plus I m using the hyperparameters, chosen in the paper. Therefore, my deterministic results are not optimized for the best hyperparams.

There is no difference in the implementation.