-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
empty output point cloud #18
Comments
You must have failed the Fusibile installation. |
thank you for your time
the out is
and then
and the output is
|
thank you ! |
Hi, could you please tell my the environment you applied, including the version of cuda, opencv? |
Hi, still me and still the same problem. Could please tell me the Nvidia arch you choose? |
75 set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS};-O3 --use_fast_math --ptxas-options=-v -std=c++11 --compiler-options -Wall -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_75,code=sm_75) |
Hi, thank you very much!! I made it! But how about the point clouds you got? The number of points I got is only half as many as the author provided, so the result is really poor. Did you meet this problem? |
try increasing disp_threshold and reducing prob_threshold & num_consistent |
Thank you! The previous results I showed are based on the default settings provided by the author. I tried some different parameters, but I still cannot get the results in the paper. So what are the best parameters and settings you think? Or there is something wrong with the environment I installed Gipuma. My environment is: |
thank you for sharing your marvellous work
I am testing your code with dtu
with python 3.6 and pytorch 1.2 environment
the result from the fusion
what could be the problem ?
The text was updated successfully, but these errors were encountered: