maybeLx / MVSFormerPlusPlus

Codes of MVSFormer++: Revealing the Devil in Transformer’s Details for Multi-View Stereo (ICLR2024)
Apache License 2.0
178 stars 6 forks source link

sh: 1: ./fusibile: Permission denied #31

Open JX-Github-web opened 1 week ago

JX-Github-web commented 1 week ago

Run depth map fusion & filter ./fusibile -input_folder ./output_1536x1152/scan4/points_mvsnet/ -p_folder ./output_1536x1152/scan4/points_mvsnet/cams/ -images_folder ./output_1536x1152/scan4/points_mvsnet/images/ --depth_min=0.001 --depth_max=100000 --normal_thresh=360 --disp_thresh=0.1 --num_consistent=2.0 -color_processing sh: 1: ./fusibile: Permission denied

grady0307 commented 1 week ago

I met this bug too.😥For me,tried to execute a directory instead of a specific executable file

JX-Github-web commented 1 week ago

Yes. For me,tried to execute a directory instead of a specific executable file What should I do to fix this error?