Open hunblingbling opened 2 weeks ago
Hello.
The test split indices / IDs of the pairs in the provided images:
Please note that you may obtain different qualitative results than in the paper, as the released model is a model retrained after the code release, and is not exactly the model used at writing time to generate the qualitative samples.
Disclaimer: I did not read the code. But perhaps, these few comments could help to (attempt to) explain the results:
Hi, sweety.
We are currently attempting to reproduce your research, but we are facing some difficulties. We would like to try the experiment using the data you presented in your poster. Could you kindly provide the index number of the pair?
The specific challenge we are facing is as follows:
We attempted several modifications for pairID=6. The modifier we used is from
/posescript/data/PoseFix/posefix_release/posefix_auto_135305.json
, corresponding to pairID=6, which reads as follows: "Flatten both legs and bring your left arm, both your legs, and both your shoulders down slightly. Then bring your left elbow a bit to the front and swing your shoulders and your body forward. Your thighs need to be flat, lower your right hand a bit, bring it backward slightly, and ensure both hands are approximately shoulder-width apart, with them resting on the ground."We simplified this modifier into several steps and visualized the process as follows. First, we applied the modifier to the initial pose, pose_A. Then, we fed the resulting pose back into the process and applied the next modifier. The step-by-step process is outlined below.
The ground truth B pose is as follows, and we can clearly see that it differs significantly from the final pose generated through the process.
When we applied the entire modifier without simplifying it, the results were as follows. We can still observe a noticeable difference from the ground truth B pose.
Below is the code used for the experiment. It is a slightly modified version of your code located at
/posescript/src/text2pose/generative_B/demo_generative_B.py.
Is there something wrong with my code?Thank you for taking the time to read this long message.