shunsukesaito/PIFu

Multi-views BUG

Opened this issue · 2 comments

When I set num_views=2:
File "/home/user/cyq/3D/PIFu/lib/model/HGPIFuNet.py", line 110, in query
pred = in_img[:, None].float() * self.surface_classifier(point_local_feat)
RuntimeError: The size of tensor a (4) must match the size of tensor b (2) at non-singleton dimension 0

#3 (comment)

Multi-view is not supported by this repo.

Thanks.