-
Notifications
You must be signed in to change notification settings - Fork 18
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
Run return test_t265_data() Error #8
Comments
Sometimes, this error comes from the input images not found. |
Okay,thank you for your advice!
I put these files and my program in a same directory, I'm sure that these files can be found by the program, but i also get the same error again. |
I added a few lines to check if the images are actually found. Please check if it works for you. |
Okay, thank you for your work and response! I will try it again! |
it works! thank you very much |
Your work is amazing! I try to run the "testvfs" demo, but failed. Error Message : CUDA error at /home/super/Vision/vfs/testVFS/downscale.cu:92 code=18(cudaErrorInvalidTexture) "cudaBindTexture2D(0, texFine, src, width, height, stride * sizeof(float))". Have you encountered this problem? If not, do you have any ideas about it? thank you!
The text was updated successfully, but these errors were encountered: