-
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
Pyradiomics #8
Comments
Hi @nsasanka , I will try to answer your question. The code You may then run something like:
Hope that helped! |
@nsasanka sorry for my late reply. Py-rex was designed for I/O functionalities of pyradiomics. It consists of a collection of modules to make pyradiomics reads DICOM image and RTSTRUCT file, and output RDF. However, with the development, we found we could do more for radiomics/pyradiomics community, therefore we developed O-RAW (ontology-guided radiomics analysis workflow, which added more functionalities for radiomics analysis and make it easy to use. |
Hi @ivanzhovannik , RadiomicsDictionary = extractor.execute(Image, Mask) I noticed that when I use the parameter file provided in this package it takes forever to run, Is this normal? Also, in the second part of your code PyrexOutput, is the variable featurevector the same as what you call RadiomicsDictionary in your previous comment? Will this code still work If I change my parameter file for pyradiomics? Could you provide an example usage of this code similar to the one given in PyrexReader.py. Thanks |
Hi Nishanth, Regarding the running time - the long running time is caused by pyradiomics generating new (filtered Lagrangian and Wavelet images) and extracting features from them as well as from the Original image.
If you do not need the filtered images, delete the imageType lines starting with
Indeed, they should be the same from my knowledge
Try my suggestion above and test - it should work. Also, read https://github.com/Radiomics/pyradiomics/blob/master/docs/customization.rst and visit https://groups.google.com/forum/#!forum/pyradiomics.
I am not sure if it is what you wanted
|
@ivanzhovannik Thanks for your reply. I think you misunderstood when I asked for an example. I was asking for an example of the PyrexOutput code. I have one more question, Is there an example of Batch processing for PyrexReader code available somewhere? Also regarding my question Will this code still work If I change my parameter file for pyradiomics? I meant PyrexOutput code , I am able to run and get results with the PyrexReader code |
I am trying to find, which part of the two given codes runs the Pyradiomics. I dont see a pyradiomics command in either of the codes
The text was updated successfully, but these errors were encountered: