-
Notifications
You must be signed in to change notification settings - Fork 203
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
test.sh won't run if CUDA 8.0 is installed instead of 7.0 #8
Comments
The reason is the program is not compatible with CUDA 8.0. Solved by completely uninstalling CUDA 8.0, then install CUDA 7.0 instead. During installation, the setup program might say "no compatible hardware found, do you want to install anyway?" but you should choose yes. |
@user0604 @qianyizh I also run the command "./test.sh", it shows some bugs for me: |
@quanqhow You must add the current directory to PATH. i.e if you're on linux/cygwin: then run command |
@user0604 Thank you very much. How to make the .PLY file shown in the meshlab display in color? |
Do you mean the .ply file as in the output of |
@user0604 I also get the result: |
@user0604 hi, i have been installed CUDA 7.0 instead of 9.0, but the error is still
i hope you can help me, thank you again. |
@user0604 Have you compiled the source code under CUDA 8.0 to make the final executive file like pcl_kinfu_largeScale_mesh_output_release.exe and pcl_kinfu_largeScale_release.exe ? Can you give me some suggestions ? |
@guesspalm your problom can be solved by install Visual C++ Redistributable for Visual Studio 2012 Update 4. I think it is missing msvcr110.dll. |
@user0604 |
I suppose you forgive this method, cause it is too old to configer, maybe you can try another method I used, called ElasticFusion. You can find it in github. Good luck ------------------ Original ------------------
From: "[email protected]"<[email protected]>
Date: Sun, Jul 1, 2018 03:07 PM
To: "qianyizh/ElasticReconstruction"<[email protected]>;
Cc: "cnu-pxy"<[email protected]>;"Comment"<[email protected]>;
Subject: Re: [qianyizh/ElasticReconstruction] test.sh won't run if CUDA 8.0 isinstalled instead of 7.0 (#8)
@user0604
I got the same issue, any idea?
Thank you very much
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I have moved most functionalities of this repo into a new project, called Open3D. https://github.com/IntelVCL/Open3D It should be very easy to use now. In fact there is a python interface and you can run reconstruction with a script. http://www.open3d.org/docs/tutorial/ReconstructionSystem/index.html |
I will try it, Thank you! |
Windows 10 64 bit with OpenNI, Cuda latest, VC 2010 redist. I unzipped the executables, ran
test.sh
and this is the resultPlease advice on how I should handle this issue
The text was updated successfully, but these errors were encountered: