Xiaomeng Li
Xiaomeng Li
In this index, the volume just contains the liver without tumor.
I also download from official website. You can see here https://www.ircad.fr/research/3dircadb/
Hi, "ValueError: You are trying to load a weight file containing 1 layers into a model with 682 layers." I think this error occurs because the training file did not...
This is due to the model loading errors. I make it more clearly in train_hybrid.py. Since the 2d training using the multiple GPU, then when loading to denseunet_3d model, we...
The training data input should be 224*224. In the test phase, the input should be 512*512.
Find the location to crop images. On Mon, Apr 29, 2019 at 9:55 AM Apple-zly wrote: > hello, Thank you very much! > I don't know what is the meaning...
The model is trained for the test dataset. Maybe you load the training data for testing
The liver mask is only used for speeding up the test procedure. In case you try on the new CT, I suggest you do not use liver mask.
Since the liver ct scans have very large number of slices, e.g., 512*512*800. So, test one image is very costly. The usage of liver mask can help narrow the test...
Just comment the "liver mask loading" part.