HybridPose
HybridPose copied to clipboard
some question about paper
Hi, thanks for your grate work and sharing
I have a question about symmetrical correspondences. Specifically how are symmetric labels made, and what does the network use to determine if two pixels are symmetric or not?
Thanks
Hi helloyuning,
Thanks for your interest in our work!
- The symmetric labels are generated by SymSeg. Please refer to #13 for related discussions.
- The ResNet predicts a segmentation mask. For each pixel within the foreground region defined by the mask prediction, the network also predicts a symmetric counterpart for the pixel.
I hope this helps! Let me know if you have further questions.
Hi helloyuning,
Thanks for your interest in our work!
- The symmetric labels are generated by SymSeg. Please refer to Question: Difficulties when creating the symmetries using SymSeg #13 for related discussions.
- The ResNet predicts a segmentation mask. For each pixel within the foreground region defined by the mask prediction, the network also predicts a symmetric counterpart for the pixel.
I hope this helps! Let me know if you have further questions.
Thanks for your reply
I am confused about the training. 1. 2.
Hi helloyuning,
Thanks for your interest in our work!
- The symmetric labels are generated by SymSeg. Please refer to Question: Difficulties when creating the symmetries using SymSeg #13 for related discussions.
- The ResNet predicts a segmentation mask. For each pixel within the foreground region defined by the mask prediction, the network also predicts a symmetric counterpart for the pixel.
I hope this helps! Let me know if you have further questions.
Thanks for your reply. I am confused about the training stage.
- Are the keypoints output in the prediction stage voted for, or are they keypoints output end-to-end
- Do the initial pose and refienment pose require neural network training, and how are their loss functions constituted
Best
Hi helloyuning,
Thanks for the follow-up questions!
- HybridPose does not perform keypoint voting at training time. The training supervision is the voting vector instead of the result of the voting.
- HybridPose does not estimate the pose parameters either at training time. The training supervision is applied on the intermediate representations (keypoints, edge vectors, symmetry correspondences).
I hope this helps! Let me know if you have further concerns.