HRNet / DEKR

This is an official implementation of our CVPR 2021 paper "Bottom-Up Human Pose Estimation Via Disentangled Keypoint Regression" (https://arxiv.org/abs/2104.02300)
MIT License
437 stars 76 forks source link

Does the code call the CocoKeypoints (CocoDataset) class? I found that this class was not created in the code and was automatically called during training. #50

Closed liudadan closed 1 year ago

liudadan commented 1 year ago

Does the code call the CocoKeypoints (CocoDataset) class? I found that this class was not created in the code and was automatically called during training.

Gengzigang commented 1 year ago

You can check this file(https://github.com/HRNet/DEKR/blob/main/lib/dataset/build.py).