Skip to content
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

Open
Meddebma opened this issue Apr 28, 2023 · 8 comments
Open

Possible to work on google colab? #86

Meddebma opened this issue Apr 28, 2023 · 8 comments

Comments

@Meddebma
Copy link

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

@Meddebma
Copy link
Author

Thank you so much for this code, it worked really well. I am impressed with the quality!

@louisblankemeier
Copy link
Collaborator

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!

@louisblankemeier
Copy link
Collaborator

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.

@Meddebma
Copy link
Author

Hi @louisblankemeier ,

yes it worked perfectly, here is the code:
!git clone https://github.com/StanfordMIMI/Comp2Comp/ %cd Comp2Comp !pip install -e . !bin/C2C spine_muscle_adipose_tissue --input_path /content/drive/MyDrive/CT_body_comp_AI/example/sr
It took 90-120sec per CT scan.
I am really impressed how good it is!
Definitely gonna use it for my next research

@louisblankemeier
Copy link
Collaborator

I'm glad it worked for you on colab, that's really good to know!!

@akshaysc
Copy link
Collaborator

Maybe a Colab version is something we post on the repo as an example use case? Perhaps with voxel integration for viewing?

@louisblankemeier
Copy link
Collaborator

louisblankemeier commented Apr 28, 2023

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.

@BlessingTorsu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants