-
Notifications
You must be signed in to change notification settings - Fork 13
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
Possible to work on google colab? #86
Comments
Thank you so much for this code, it worked really well. I am impressed with the quality! |
Hi @Meddebma, Did you get the code running on google colab? I haven't tried this so curious if it worked for you. Thank you! |
Also, we have a function that supports nifti inputs here https://github.com/StanfordMIMI/Comp2Comp/blob/master/comp2comp/io/io_utils.py#L31 but have not yet tested this extensively as a part of the pipelines. We will at this to our todos. We do not currently support nifti outputs, besides the segmentation files which are stored as niftis. |
Hi @louisblankemeier , yes it worked perfectly, here is the code: |
I'm glad it worked for you on colab, that's really good to know!! |
Maybe a Colab version is something we post on the repo as an example use case? Perhaps with voxel integration for viewing? |
Agreed!! I think we've surfaced several cases where people would want to interact with outputs in python (going beyond the CL interface) and a colab tutorial would be well suited here. As you mentioned, one case is visualizing outputs for development and QA, and voxel would be perfect for that! I think we should add this to the top of our TODOs. |
hello @Meddebma, I am trying to use Comp2Comp for my research in bariatric surgery to get the fat area. I am having some issues, and since it worked for you, I would be glad if you could help. bin/C2C spine_muscle_adipose_tissue --i projects/adipose_extract/sample_ct When I run this code, I see a new directory, 'models,' created, but it has nothing. My input file has 4 folders with an average of 98 DICOM files in each Which directory does the result save to? @louisblankemeier Thank you |
Hi,
is it possible to run comp2comp on google colab?
and do you consider to integrate nifti format for input and output images?
Best,
Aymen
The text was updated successfully, but these errors were encountered: