Sajid Iqbal
Sajid Iqbal
Hi FabianIsensee, Can you please explain the dice loss calculation for multi-class problem. Best
@F0k, Thanks for response. I have implemented it in caffe and code is listed below: However when i generate predictions that are binary. An output is attached below: ` class...
@f0k Please look at only three methods which are` def forward(...)`, `def backward(...)`. these methods are required for caffe.
Hi, I am compling caffe-segnet on ubuntu 16.4. When i run make all command i get following error "(cv) yonatan@CECS4RMHRD2:~/Downloads/caffe-segnet-segnet-cleaned$ make all CXX/LD -o .build_release/tools/upgrade_net_proto_binary.bin .build_release/lib/libcaffe.so: undefined reference to `cv::imread(cv::String...
Hi, gattia, Thanks for reply. If if get 6 channels (i.e. 6 images) at the end and then apply argmax to get the maximum of each channel to get one...
Hi, Thanks for response. I have implemented it in caffe and code is listed below: However when i generate predictions that are binary. An output is attached below: ` class...
Hi faustomilletari, I tried to explore NiftyNet Code but could not find their implementation of Dice Loss. Can you please guide me to exact file. Best
Hi, @gattia I am confused at one point that output of network after softmax will be [N,C,H,W] where C is the number of classes we want to predict. Each [N,_,H,W]...