The detail about the FCPose
JosonChan1998 opened this issue · 1 comments
JosonChan1998 commented
Thanks for your nice works! But I have some questions about the implement of fcpose.
- Does it use 2x downsampling and 8x downsampling feature to compute the mse loss together?
AdelaiDet/adet/modeling/fcpose/basis_module.py
Lines 110 to 116 in c0b2092
2.Does it use 2x downsampling feature to compute the softmax loss? As I notice that you use the upsampler to get 2x downsampling features.
AdelaiDet/adet/modeling/fcpose/fcpose_head.py
Lines 213 to 216 in c0b2092
AdelaiDet/adet/modeling/fcpose/fcpose_head.py
Lines 230 to 233 in c0b2092
Looking for your reply! Thanks
WeianMao commented
yes, supervise on larger feat can boost the performance