Closed Frank-Dz closed 4 years ago
It seems that you are supplying wrong vertexlablel
. Ensure that test_data["vertexlabel"][0][<garment vertices>]
contains 0s for all garments not present in the input image.
It seems that you are supplying wrong
vertexlablel
. Ensure thattest_data["vertexlabel"][0][<garment vertices>]
contains 0s for all garments not present in the input image.
OK! Thanks!
BTW, if it is possible to release the train code? Thanks again!
Best, Frank
@Frank-Dz Did you at least get the SMPL model to look like the girl in the image? I've been having trouble getting the right shape parameters "beta" from a modified version of test_network.py
@Frank-Dz Did you at least get the SMPL model to look like the girl in the image? I've been having trouble getting the right shape parameters "beta" from a modified version of
test_network.py
Yep the shape seems right. I sent you an email. pls check.
BTW, if it is possible to release the train code?
Best, Frank
Look (grep
) for def train
in network/base_network.py
. On my machine, it's line 431. Unfortunately I don't know details of how to use this yet. You can read BLB's paper. Hope that helps! :smile:
@Frank-Dz Hi, How do you get the "J_2d_x" in the testdata.pkl from the openpose estimated results?
You need to understand the meaning of the output of openpose then make them into json.
Best, Frank
On 08/9/2020 16:42,xiezhy6notifications@github.com wrote:
@Frank-Dz Hi, How do you get the "J_2d_x" in the testdata.pkl from the openpose estimated results?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
You need to understand the meaning of the output of openpose then make them into json. Best, Frank On 08/9/2020 16:42,xiezhy6notifications@github.com wrote: @Frank-Dz Hi, How do you get the "J_2d_x" in the testdata.pkl from the openpose estimated results? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Thanks for your rely. I use the code mentioned in this comment to obtain the data for "J_2d_x". I think it work for me.
To test the network, I construct my_testdata.pkl. my_testdata.pkl.zip
The data contains 8 images. And the person stands like this:
Yet the output of test_network is wrong:
Since the girl is in a T-shirt yet the network gives me a shirt.
I have set the garment type:
Anyone can help?
(To test the .pkl, when you read it in, just set
Thanks in advance!