lixiny / bihand

✌🏻 BiHand: Recovering Hand Mesh with Multi-stage Bisected Hourglass Networks [BMVC 2020]
GNU General Public License v3.0
97 stars 16 forks source link

Problem in output #1

Closed ahsan3803 closed 3 years ago

ahsan3803 commented 3 years ago

I'm getting wrong output results on both datasets using pre-trained weights. Below is my output.

on RHD datasets RHD

and on STB datasets STB

How to solve this problem?

lixiny commented 3 years ago

Could you show me the terminal outputs when the problem occurs.

Lixin

ahsan3803 commented 3 years ago

@lixiny here is screenshot of output

terminal_output

lixiny commented 3 years ago

@ahsan3803 The first guess is that you didn't load the pre-trained models correctly. bihand run.py won't crash, instead, it will initialize the networks with random weights.

if your config is correct. the output should like this:

image

ahsan3803 commented 3 years ago

Thanks @lixiny I have solved it. checkpoints path was wrong.