Parsing-R-CNN icon indicating copy to clipboard operation
Parsing-R-CNN copied to clipboard

heatmap size

Open rakhimovv opened this issue 5 years ago • 0 comments

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)

rakhimovv avatar Nov 25 '19 23:11 rakhimovv