lixiny / bihand

✌🏻 BiHand: Recovering Hand Mesh with Multi-stage Bisected Hourglass Networks [BMVC 2020]
GNU General Public License v3.0
97 stars 16 forks source link

Why SeedNet output predicts list of two heatmaps rather than one? #6

Closed coreqode closed 3 years ago

coreqode commented 3 years ago

@lixiny Hey, thanks for this awesome work. Though I had one doubt on the output of SeedNet module. Why output of SeedNet module has 2 heatmaps and 2 masks? Shouldn't it be one heatmap and one mask for one image?

coreqode commented 3 years ago

I think, this is because losses are calculated over both hourglass stacks.