CE-Net icon indicating copy to clipboard operation
CE-Net copied to clipboard

The manuscript has been accepted in TMI.

Results 25 CE-Net issues
Sort by recently updated
recently updated
newest added

Hi! Could you please provide Set_A.txt and Set_B.txt for experiment on ORIGA dataset? I searched online for how ORIGA dataset was divided into training set and test set, but found...

RuntimeError: The size of tensor a (38) must match the size of tensor b (37) at non-singleton dimension 2 在运行test_center中d4 = self.decoder4(e4) + e3时,pycharm报错,请问有人知道原因吗?非常感谢

I can see the data augmentation in Readme. But I can‘t find the data.py in your fold.

it seems Unet in your code can outperform CE_Net in my training. I directly used your code and retrained the Unet, I got a accuracy of [acc: 0.956 | sen:...

I run test_cenet.py, but i got the all black or all white mask. how can i solve this? and i want to know where is your pretrained model? Thanks @Guzaiwang

i run the main.py, parameter is default,then run the test_cenet.py,but the prediction is not good,could you give me some suggestion?thank you very much! ![01_test-mask](https://user-images.githubusercontent.com/48777650/70021321-4649af80-15cb-11ea-9e80-85e87fc74bdb.png)

Can you configure the environment for the next code? For example, torch version? Thank you

RuntimeError: Error(s) in loading state_dict for CE_Net_: Missing key(s) in state_dict: "firstconv.weight", "firstbn.weight", "firstbn.bias", "firstbn.running_mean", "firstbn.running_var", "encoder1.0.conv1.weight", "encoder1.0.bn1.weight", "encoder1.0.bn1.bias", "encoder1.0.bn1.running_mean", "encoder1.0.bn1.running_var", "encoder1.0.conv2.weight", "encoder1.0.bn2.weight", "encoder1.0.bn2.bias", "encoder1.0.bn2.running_mean", "encoder1.0.bn2.running_var", "encoder1.1.conv1.weight", "encoder1.1.bn1.weight", "encoder1.1.bn1.bias", "encoder1.1.bn1.running_mean",...

就是你代码里并没有第一层输出网络和后面的连接,但是你论文中的图却有,不知道是不是我没有看懂你的代码。 ![Z2S~7C`%%@K3QTUN_9YCOM5](https://user-images.githubusercontent.com/51702343/114960765-4bdf2700-9e9a-11eb-980e-a182f12bdc86.png) ![H3HD8$8DO_SS3 HTF~EF0FX](https://user-images.githubusercontent.com/51702343/114960876-7d57f280-9e9a-11eb-89ad-fc0eb6e97c57.png)