wmcnally / kapao

KAPAO is an efficient single-stage human pose estimation model that detects keypoints and poses as objects and fuses the detections to predict human poses.
GNU General Public License v3.0
753 stars 103 forks source link

Question about "two_stage" #69

Closed BenjaminJonghyun closed 2 years ago

BenjaminJonghyun commented 2 years ago

Hello, thanks to sharing nice work !

I was wondering about functions of "two_stage" in line 63 of "val.py". It seems a "two_stage" step is not activated in both train and validation.

Can I ignore it when I conduct experiments using your codes?

Best Regards,

wmcnally commented 2 years ago

Yes, please ignore. I was experimenting with two-stage inference.

BenjaminJonghyun commented 2 years ago

@wmcnally Thanks :)