hongsukchoi / TCMR_RELEASE

Official Pytorch implementation of "Beyond Static Features for Temporally Consistent 3D Human Pose and Shape from a Video", CVPR 2021
MIT License
274 stars 39 forks source link

Discrepancies in 3dpw_test_db.pt Generation: Investigating Potential Oversights in Parameter Settings and Results #43

Closed 1324833746 closed 11 months ago

1324833746 commented 11 months ago

Dear author,

I would like to express my gratitude for your valuable code contribution. I have a question that I would like to consult with you. When utilizing threedpw_utils.py to process the 3dpw dataset, I noticed a discrepancy between the generated 3dpw_test_db.pt file and the one you provided. As a result, the output of my runs differs from the results presented in the referenced paper. I am curious to know if any details might have been inadvertently overlooked during the processing, using the following parameter settings in the code: NUM_JOINTS = 24, VIS_THRESH = 0.3, MIN_KP = 6.

Thank you for your attention and assistance.