BISPL-JYH / Ultrasound_TMI

Ultrasound Image reconstruction
38 stars 19 forks source link

cpu or gpu #1

Open Jaycee0602 opened 4 years ago

Jaycee0602 commented 4 years ago

Hello, could you please tell me how to modify main_reconstructed. M if I don't have GPU.

The CUDA driver could not be loaded. The library name used was '/usr/local/cuda/lib/libcuda.dylib'. The error was: dlopen(/usr/local/cuda/lib/libcuda.dylib, 10): image not found

Shujaat123 commented 4 years ago

Hello, Sorry for the late reply

Please search for "gpus " variable and set its value to 0

If it doesn't work please let me know.

Regards

On Fri, Mar 20, 2020 at 10:26 PM Jaycee0602 notifications@github.com wrote:

Hello, could you please tell me how to modify main_reconstructed. M if I don't have GPU.

The CUDA driver could not be loaded. The library name used was '/usr/local/cuda/lib/libcuda.dylib'. The error was: dlopen(/usr/local/cuda/lib/libcuda.dylib, 10): image not found

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BISPL-JYH/Ultrasound_TMI/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXPXDNVVOOFGTEMDGWX36TRINVITANCNFSM4LQL4O7A .

Jaycee0602 commented 4 years ago

Hello, Sorry for the late reply Please search for "gpus " variable and set its value to 0 If it doesn't work please let me know. Regards On Fri, Mar 20, 2020 at 10:26 PM Jaycee0602 @.***> wrote: Hello, could you please tell me how to modify main_reconstructed. M if I don't have GPU. The CUDA driver could not be loaded. The library name used was '/usr/local/cuda/lib/libcuda.dylib'. The error was: dlopen(/usr/local/cuda/lib/libcuda.dylib, 10): image not found — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#1>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXPXDNVVOOFGTEMDGWX36TRINVITANCNFSM4LQL4O7A .

Thanks for your reply, I have successfully obtained the reconstructed rf data (mat), but the example on USTB long ago is no longer available. Can you share your DAS algorithm? I'm having a hard time finding it. Please. Thank you. I wish you good health.

Shujaat123 commented 4 years ago

The DAS BF code is available in same repository. you can download it from https://github.com/BISPL-JYH/Ultrasound_TMI/blob/master/Efficient_US_Imaging/DAS_BF.m

Regards

On Mon, Mar 23, 2020 at 11:34 PM Jaycee0602 notifications@github.com wrote:

Hello, Sorry for the late reply Please search for "gpus " variable and set its value to 0 If it doesn't work please let me know. Regards … <#m-6873187910773254697> On Fri, Mar 20, 2020 at 10:26 PM Jaycee0602 @.***> wrote: Hello, could you please tell me how to modify main_reconstructed. M if I don't have GPU. The CUDA driver could not be loaded. The library name used was '/usr/local/cuda/lib/libcuda.dylib'. The error was: dlopen(/usr/local/cuda/lib/libcuda.dylib, 10): image not found — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#1 https://github.com/BISPL-JYH/Ultrasound_TMI/issues/1>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXPXDNVVOOFGTEMDGWX36TRINVITANCNFSM4LQL4O7A .

Thanks for your reply, I have successfully obtained the reconstructed rf data (mat), but the example on USTB long ago is no longer available. Can you share your DAS algorithm? I'm having a hard time finding it. Please. Thank you. I wish you good health.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/BISPL-JYH/Ultrasound_TMI/issues/1#issuecomment-602633501, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXPXDIEYV7SYPUTP4XL3MTRI5XPVANCNFSM4LQL4O7A .

Jaycee0602 commented 4 years ago

Thanks😊