Closed imabackstabber closed 2 years ago
overlooked torch.sum(),my fault.case solved.
Thanks for your comments! Based on your description, I guess that you want to integral the heatmap at each dimension separately. In such cases, the 3D-heatmap will degenerates to 1D Lixel (see I2l-MeshNet).
In this paper, we follow the soft-argmax operation in Integral human pose regression, which suggests each dimension should not be independent Hope this helps.
Thanks for your comments! Based on your description, I guess that you want to integral the heatmap at each dimension separately. In such cases, the 3D-heatmap will degenerates to 1D Lixel (see I2l-MeshNet).
In this paper, we follow the soft-argmax operation in Integral human pose regression, which suggests each dimension should not be independent Hope this helps.
thanks for your reply and help!
Great work, and the code is clear! However,I got a issue with 3D heatmap normalization.In paper(page 6,just below formula.2), it says:"∑_(u,v,d)H_3d(u,v,d)=1",and I wonder why,because that could make the value of u,v,d odd(not in [0,1] but a more converged value space). Relative code(net_upstream.py) and my comment are below.Your reply will be highly appreciated!