We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filter depth map with probability map Convert mvsnet output to gipuma input Run depth map fusion & filter ./fusibile -input_folder ../outputs_pretrained/fusibile_fused/scan1/ -p_folder ../outputs_pretrained/fusibile_fused/scan1/cams/ -images_folder ../outputs_pretrained/fusibile_fused/scan1/images/ --depth_min=0.001 --depth_max=100000 --normal_thresh=360 --disp_thresh=0.13 --num_consistent=3.0 sh: 1: ./fusibile: Permission denied
The text was updated successfully, but these errors were encountered:
I'v found the solution.. The FUSIBILE_EXE_PATH="./fusibile" should be FUSIBILE_EXE_PATH="./fusibile/fusibile" in fusion.sh
FUSIBILE_EXE_PATH="./fusibile"
FUSIBILE_EXE_PATH="./fusibile/fusibile"
Sorry, something went wrong.
No branches or pull requests
filter depth map with probability map
Convert mvsnet output to gipuma input
Run depth map fusion & filter
./fusibile -input_folder ../outputs_pretrained/fusibile_fused/scan1/ -p_folder ../outputs_pretrained/fusibile_fused/scan1/cams/ -images_folder ../outputs_pretrained/fusibile_fused/scan1/images/ --depth_min=0.001 --depth_max=100000 --normal_thresh=360 --disp_thresh=0.13 --num_consistent=3.0
sh: 1: ./fusibile: Permission denied
The text was updated successfully, but these errors were encountered: