Closed Ared521 closed 1 year ago
The output_3D is in camera coordinate, and post_out is in world coordinate. Maybe post_out is more appropriate for you.
The output_3D is in camera coordinate, and post_out is in world coordinate. Maybe post_out is more appropriate for you.
OK, Thank you very much.
Hey! I have a query in regard to the coordinate system. Did you use World or Camera coordinate pose data for training? Also, will using the pose data in different coordinate systems affect the model's performance?
@jerriebright The author has used a camera coordinate system for training. The models predict 3d joint locations in the camera coordinate system, and later the author explicitly converts them to a world coordinate system. This step is optional
Hi @mnauf , thank you!
Hi author, I'm running vis.py, and I want to get three-dimensional coordinate information x,y,z. I see there are post_out and output_3D in the code, may I ask which coordinate is it? What's the difference between these two parameters?