yhw-yhw / D2HC-RMVSNet

The official repository of the paper "Dense Hybrid Recurrent Multi-view Stereo Net with Dynamic Consistency Checking" (ECCV2020 Spotlight)
MIT License
109 stars 9 forks source link

boolean index did not match indexed array along dimension 1; 479 not 480 #17

Open lemonsstyle opened 1 year ago

lemonsstyle commented 1 year ago

image File "fusion.py", line 376, in filter_depth color = ref_img[:, : , :][valid_points] # hardcoded for DTU dataset IndexError: boolean index did not match indexed array along dimension 1; dimension is 479 but corresponding boolean dimension is 480

Hello, your paper results are excellent. But I have tested a group of photos taken by myself. What's the matter when the fusion.sh stage reports that the bool dimension here is not correct? (My photos have been processed with colmap and colmap2mvsnet.py and are available correctly)