D-X-Y / landmark-detection

Four landmark detection algorithms, implemented in PyTorch.
https://xuanyidong.com/assets/projects/TPAMI-2020-SRT.html
MIT License
925 stars 180 forks source link

SBR Base Detector? #46

Closed ModarD closed 5 years ago

ModarD commented 5 years ago

Which project are you using?

SBR

Hello, Thanks for the great code! unfortunately, it requires GPU processing which is not applicable in my case. However, It seems to me that the output of the base detector is sufficient for my goal, could you please give more details or reference some papers for the base detector? and does the base detector require GPU processing to run efficiently?

Thanks!

D-X-Y commented 5 years ago

"Stacked Hourglass Networks for Human Pose Estimation" and "convolutional pose machines" are two most popular base detectors and followed by many works. You can tune the configuration to allow them to run efficiently.