lmb-freiburg / hand3d

Network estimating 3D Handpose from single color images
GNU General Public License v2.0
802 stars 252 forks source link

A question about handsegnet #11

Closed Sakuralala closed 6 years ago

Sakuralala commented 6 years ago

Hey,I read the handsegnet part of your code,but after that ,I have a question.That is: in your paper,you said, "Our HandSegNet is a smaller version of the network from Wei et al. [19] trained on our hand pose dataset. ". But in your code,I think you just did the first half part like the method in "Fully Convolutional Networks for Semantic Segmentation"(FCN),the hand masks is not the same as heatmaps,at least in my opinion.Is my understanding right?

zimmerm commented 6 years ago

I used the network from Wei and initialized with their weights. I removed a couple of layers and retrained it for hand segmentation. So yes it is different from a tasks point of view. I'm training it for semantic segmentation and not regression of score maps.