-
Notifications
You must be signed in to change notification settings - Fork 3
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
Motion Tigre - Error using mex #2
Comments
Have you followed the demo? It has instructions If you have, can you let me know what of this didn't work? By your error message it just looks like you tried to compile in a folder that didn't have the files. |
In Tigre, there lot step has to follow to complete so it can work. but in Motion Tigre, i hav download and save in C drive. open the folder and run the MotionDemo.m. I was trying to run the code but it providing the above |
Error in MotionDemo (line 33) |
Right, but is |
but file in the subfolder but still giving error C:\TIGRE-master\TIGRE-master\MATLAB\MotionTIGRE-master\MotionTIGRE-master\Motion_Source\Siddon_projection.cu not detected; check Error in MotionDemo (line 33) |
Siddon_projection.cu ? this is not in the folder |
@aneelmaheshwari ah, I see. Not sure, this is a file from TIGRE, try to just copy paste it from there. TIGRE has changed a lot since this code, so its not guaranteed to work. |
but i can't find this Siddon_projection.cu in Tigre?I have checked in the mex file, but there not Siddon_projection.cu |
Now i am getting this error Building with 'NVIDIA CUDA Compiler'. Error in MotionDemo (line 33) |
Please, do read the errors before posting them here. As you can read from the error, it is exactly the same one as you got in the first time, except now it refers to another file. Therefore, the solution is exactly the same as the previous solution, except you now need to use a different file. Unfortunately, as I said in my email, MotionTIGRE is essentially abandoned and not supported. I would be happy to give a slight guidance from time to time if it doesn't take much time, but in theory, this code is not officially supported and therefore I can't spend my time answering each error that it comes with, sadly. |
Please just guide fianl time on this if possible Error in MotionDemo (line 33) |
Unfortunately the answer to the error (the one you deleted, the current line does not say what error it is, I insist you need to put the actual error message) is that the current TIGRE is not compatible with this code, only the 2018 TIGRE is, and at some point things changed. You can either use the 2018 version (you can find this using github history of TIGRE), or you need to learn how it works and fix it yourself. Its not a complex fix, but it is one that requires you to learn how to tackle all these minor issues yourself, definitely minimally reading error messages. |
Error using mex Error in MotionDemo (line 33) |
I respect and appreciate your time. Thanks |
i am using the Tigre but i am new with motion Tigre. Do we have to put the motion Tigre folder in the main Tigre folder or separate. I have checked all the Mex files in the correct folder for Motion Tigre but still there is a MeX error in motion Tigre. Therefore, I wouldn't be able to compile the program.
Error using mex
C:\TIGRE-master\TIGRE-master\MATLAB\Motion_Source\AxM.cpp not detected; check that you are in the correct current folder, and
check the spelling of 'C:\TIGRE-master\TIGRE-master\MATLAB\Motion_Source\AxM.cpp'.
Someone helps in this regard.
The text was updated successfully, but these errors were encountered: