SciKit-Surgery / scikit-surgery

SciKit-Surgery - Compact Libraries for Surgical Navigation
http://scikit-surgery.github.io/scikit-surgery/
Other
37 stars 8 forks source link

GPU sample program for containerization #104

Open mianasbat opened 3 years ago

mianasbat commented 3 years ago

To show the scikit-surgerydocker working examples with both CPU and GPU programs. I created a new repo that will contain the CPU program. The scikit-surgerydocker documentation will show how to get that CPU program and containerize it using scikit-surgerydocker.

I am wondering if we have one of our own sample program that uses GPU to take some input data, process it and output the results in output folder? One option is to write one and another is to use open source project as an example. Let me know if you are aware of our own GPU program.

Any suggestions? Thanks

@thompson318 @tdowrick @MattClarkson

thompson318 commented 3 years ago

This is GPU; https://weisslab.cs.ucl.ac.uk/ThomasDowrick/stereo-recon-example

mianasbat commented 3 years ago

Thanks. I will look into it.