wenquanlu / HandRefiner

MIT License
701 stars 30 forks source link

About depth map of SGD dataset #37

Closed ader47 closed 1 day ago

ader47 commented 2 days ago

Hi! @wenquanlu I‘ve noticed that the accuracy of the depth map in Static Gesture Dataset (SGD) is meter level. During training, should we use the ground truth of the depth map or the depth map converted from the normal map? Thanks! 🙏

wenquanlu commented 1 day ago

Hi! we used the ground truth of depth map provided in the SGD.

There is one preprocessing step though, We first segment out the hand depth map and apply normalization to the depth map. On a scale of 0 (black) to 1 (white), the closest surface is given the value of 1.0, and the furthest surface is given the value of 0.2.

Hope this helps.

ader47 commented 1 day ago

Hi! we used the ground truth of depth map provided in the SGD.

There is one preprocessing step though, We first segment out the hand depth map and apply normalization to the depth map. On a scale of 0 (black) to 1 (white), the closest surface is given the value of 1.0, and the furthest surface is given the value of 0.2.

Hope this helps.

OK, thank you so much!

wenquanlu commented 1 day ago
training_procedure

This is the procedure to process training set for RHD. SGD is very similar to this