ChenWWWeixiang / diagnosis_covid19

OpenCovidDetector is an opensource COVID-19 diagnosis system implementing on pytorch, which is also as presented in our paper: Development and evaluation of an artificial intelligence system for COVID-19 diagnosis. Nat Commun 11, 5088 (2020).(https://doi.org/10.1038/s41467-020-18685-1)
MIT License
24 stars 17 forks source link

featureextractor #4

Open sanaz97 opened 3 years ago

sanaz97 commented 3 years ago

Hello In data/dataset.py line 6: from radiomics import featureextractor where is featureextractor?

ChenWWWeixiang commented 3 years ago

In fact, the featureextractor was removed in the pipeline but I fogot to delete this import. I will fix it Thanks for pointing out that  

------------------ Original ------------------ From:  "sanaz @.>; Send time: Sunday, Apr 4, 2021 11:24 PM @.>; @.***>; Subject:  [ChenWWWeixiang/diagnosis_covid19] featureextractor (#4)

Hello In data/dataset.py line 6: from radiomics import featureextractor where is featureextractor?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ChenWWWeixiang commented 3 years ago

You can just remove the related lines and the code can work without them  

------------------ Original ------------------ From:  "sanaz @.>; Send time: Sunday, Apr 4, 2021 11:24 PM @.>; @.***>; Subject:  [ChenWWWeixiang/diagnosis_covid19] featureextractor (#4)

Hello In data/dataset.py line 6: from radiomics import featureextractor where is featureextractor?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

sanaz97 commented 3 years ago

Thanks for Response.