PIFu icon indicating copy to clipboard operation
PIFu copied to clipboard

Multi-views BUG

Open caiyongqi opened this issue 3 years ago • 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

caiyongqi avatar Nov 11 '21 06:11 caiyongqi

https://github.com/shunsukesaito/PIFu/issues/3#issuecomment-592040217

Multi-view is not supported by this repo.

kampelmuehler avatar Nov 11 '21 13:11 kampelmuehler

Thanks.

caiyongqi avatar Nov 11 '21 14:11 caiyongqi