ZheC / Realtime_Multi-Person_Pose_Estimation

Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VGG

tomercohen11 opened this issue · comments

First of all, Great work! Thanks for sharing with us.
I wondered have you been testing this architecture with stronger backbones than vgg? For example resnets?

Thanks.

No, we haven't tested with other architectures yet. Sorry for the late response!

I've test many backbones like resnet, densenet, mobilenet. But I found that VGG19 is the best backbone for this architecture.