YangZeyu95 / unofficial-implement-of-openpose

Implement of Openpose use Tensorflow
272 stars 80 forks source link

openpose with depth images #41

Open soveidadelgarmi opened 5 years ago

soveidadelgarmi commented 5 years ago

Hi, I want to train openpose on my own dataset. but images are depth and I don't know how to use pre-train vgg19 with this input. also, I repeat the image array 3 times on a new dimension. but I don't get a good result. How can I solve this problem? Can someone help me? Thanks

ccl-private commented 5 years ago

What is your pretreatment on your Depth image? Have you ever did some normalization?

ccl-private commented 5 years ago

Hi, have you still make some work on depth images? Normalize the depth images into gray images, it may work somehow. My data set is too smaller, can you share your data?