Parsing-R-CNN
Parsing-R-CNN copied to clipboard
heatmap size
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:
- convtranspose2d (kernel_size=4) + bilinear interpolation (x2) or
- convtranpose2d (kernel_size=4)