guiggh / hand_pose_action

Dataset and code for the paper "First-Person Hand Action Benchmark with RGB-D Videos and 3D Hand Pose Annotations", CVPR 2018.
259 stars 31 forks source link

Normalized action sequences #17

Closed algvr closed 1 year ago

algvr commented 1 year ago

Dear authors, thanks for your amazing work!

Would it be possible to provide a mapping from the indices in "action_sequences_normalized" to the corresponding action sequences? This would make it possible to use the image data of the sequences as well when training methods on your dataset.

Also, do you recall the coordinate system scale used for these normalized action sequences? I assume that for the unnormalized version, it's millimeters, but I can't find a good unit for the normalized ones. Meters don't seem to make much sense based on the coordinate ranges. Here's an example of a frame's normalized joint positions. Every 3rd coordinate corresponds to the same dimension, and dimension 2 (counting from 0) has a range of at least [0, 0.6] (check the 3rd and last element of the array), which does not correspond to a human hand's scale measured in meters.

image

Thank you very much in advance!

guiggh commented 1 year ago

Hello, thanks for the interest in this project!

Would it be possible to provide a mapping from the indices in "action_sequences_normalized" to the corresponding action sequences? This would make it possible to use the image data of the sequences as well when training methods on your dataset.

I assume that for the unnormalized version, it's millimeters, but I can't find a good unit for the normalized ones.

The normalized units don't have any physical meaning.