pcr-upm / opal23_headpose

Headpose estimation using OPAL (2023)
MIT License
43 stars 4 forks source link

How to get headpose labels #8

Closed birdflies closed 4 months ago

birdflies commented 4 months ago

Good Jobs,Would you like to share how to obtain the label file for headpose of panoptic. Looking forward to your reply. Thanks

alejandro-cobo commented 4 months ago

Hello, the head pose labels for CMU Panoptic dataset were obtained using the code from WHENet: https://github.com/Ascend-Research/HeadPoseEstimation-WHENet For each video, we select one frame out of every 30, and only save samples were the 31 points of view can be annotated. Since we also removed faulty images and manually refined a big part of the dataset, it would be impossible for us to provide a single script to replicate the text files. If you have any further questions, feel free to ask anytime.

birdflies commented 3 months ago

Thanks~