soeaver / Parsing-R-CNN

Parsing R-CNN for Instance-Level Human Analysis
MIT License
298 stars 35 forks source link

heatmap size #6

Open rakhimovv opened 4 years ago

rakhimovv commented 4 years ago

Hi! First of all, thank you for sharing code!

Could you, please, say what heatmap size is actually used for densepose task: 64 or 128? I have not found that in the paper or the config.

I mean, do we use in the densepose predictor:

  1. convtranspose2d (kernel_size=4) + bilinear interpolation (x2) or
  2. convtranpose2d (kernel_size=4)