rayat137 / Pose_3D

Exploiting temporal information for 3D pose estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to generate preds_fed.h5

chenloveheimei opened this issue · comments

hello , my name is Long.
I want to generate the h5 file named 'preds_fed.h5'.but i don`t know how to generate it?can u tell me or share the steps?
thx,friend.

Hi Long,

The preds_fed.h5 file is already provided in the directory fed. If you want to generate something similar, run stacked_hourglass on a video and save the results in h5 file.

OK,I had tried another way to generate the skeleton points and put them into enc_in.but thank lots for you.

Hello,rayat137.
if I want to use 17 2d_Pointst and generate 17 3d_Points,but the model only supports 16 2d_Points.how can i do?

Hi @chenloveheimei. Sorry for delayed response. You can change the model to support 17 input joints and train from the scratch. Or you can drop one of the 17 joints (most preferable the nose joint or something similar).

ok,thx.

Hi @chenloveheimei and @rayat137 , I am assuming that you are talking about , posenet which returns 17 keypoints. I was wondering , if you had managed to drop one of the joints and run the pretrained model to see the results. , I am quite curious to know your results on that,