-
Notifications
You must be signed in to change notification settings - Fork 10
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
How to run ur modules for the BRATS dataset #1
Comments
I meant how did you arrange the 4 modalities for all the patients in this folder which you have mentioned in the config2.json file /home/sara/Science/databases/BRATS Please suggest some pointers on this. |
Hi Poornachandra,
Thank you for your email. I am glad if it is helpful. I didn't put entire
project as I would like to clean it and organize it a bit, I will probably
finish today or tomorrow and I will update the README file with the
instructions on how to run it.
Best regards,
Sara
…On Mon, Sep 11, 2017 at 7:04 PM, Poornachandra Sandur < ***@***.***> wrote:
Hi Sara,
I would like to know the directory structure for the BRATS dataset .. I
mean how do you actually run it .Please suggest some pointers on this.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFGOsfkj-p_GfGkTStoVZ-BYQZyeM3TEks5shWf9gaJpZM4PTekX>
.
|
Hi Sara, |
@poornasandur @Sara04 It seems that the download of 17th data is closed now, could u share the url? |
According to the license agreement of MICCAI BRATS 17, the data cannot be
shared.
…On Mon, Nov 20, 2017 at 12:19 PM, Zhang Boheng ***@***.***> wrote:
@poornasandur <https://github.com/poornasandur> @Sara04
<https://github.com/sara04> It seems that the download of 17th data is
closed now, could u share the url?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AXsXKD-TwQOcuCrRW0HKjN9yZ-TIjJgCks5s4SD0gaJpZM4PTekX>
.
--
warm regards,
Poornachandra S
+91-9901913049
|
@poornasandur ....OK |
Hi Sara, thank you so much for making your codes available freely. When I run the code, unfortunately, I came across with this error. so, please can you help me? |
Hi Tigabu, Thank you for the information. Best, |
Dear Sara, Thank you for your help. Can you please make these issues clear
for me? *As shown blow, form config2.json and create_modules_objets.py,
shouldn't the corresponding names and mother_classes on the same row be
with exactly the same name???*
from config2.json
from create_modules_objects.py
"name":"*PreprocessorBRATSBasic*"
'mother_class':
PreprocessorBRATS,
"name":"*PatchExtractorBRATSForCNN12*",
'mother_class':
PatchExtractorBRATS,
*"name":"CnnBRATS2",*
'mother_class':
SegmentatorBRATS,
"name":"*PostprocessorBRATSForCNN12*",
'mother_class':
PostprocessorBRATS
…On Mon, Oct 29, 2018 at 10:42 PM Sara Sedlar ***@***.***> wrote:
Hi Tigabu,
Thank you for the information.
Yes, it was an error.
Actually, I didn't push CnnBRATS1 model, so I've removed its import from
init file.
Best,
Sara
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Ae-j-F74mP4OsUNnHqcb_m4fmINaT5vvks5up-a1gaJpZM4PTekX>
.
|
Hi Tigabu, No, they should not. In the configuration file you should put corresponding child class names, as they contain definitions of the methods that are only declared in the mother class. Best, Sara |
@poornasandur @Sara04 Hi ,I m new to medical images and neural network. |
Hi,
You can load it using ITK or you can convert them to .nii.gz
files using C3D (convert 3d) tool from itk-snap website and after
converting to Nifti format you can read them using Nibabel or SimpleITK. .
…On Wed, Feb 13, 2019, 7:38 PM misbah54 ***@***.***> wrote:
@poornasandur <https://github.com/poornasandur> @Sara04
<https://github.com/Sara04> Hi
Here my some Quries.
1.how to did you opened the mha file?is there any simple way to load it ?
2.Where to paste this command
python train.py -config config2.json -o output-directory-path
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AXsXKNpgEVSTPpNSfJYLxURGyqUPmkj7ks5vNBxJgaJpZM4PTekX>
.
|
Hi,
Best, Sara |
Hey,
I just signed the petition "CALL FOR ACTION!!! I STAND WITH DR. TEDROS
ADHANOM" and wanted to see if you could help by adding your name.
Our goal is to reach 25,000 signatures and we need more support. You can
read more and sign the petition here:
http://chng.it/Ppzpc9Vv6L
Thanks!
Tigabu
|
Hi Sara,
I would like to know the directory structure for the BRATS dataset .. I mean how do you actually run it .Please suggest some pointers on this.
The text was updated successfully, but these errors were encountered: