Sajid Iqbal
Sajid Iqbal
Hi, I am trying to compile caffe by including your layers, however i get following error message src/caffe/layers/extended_image_data_layer.cpp:39:21: fatal error: maskApi.h: No such file or directory
The code written is based on three channel input. When i try to give one channel input (gray images), it automatically converts that into 3 channel (RGB). When i change...
Hi, I am running segnet on medical images and in this context, i have few questions. 1. I am giving grayscale images as input. The input layer is converting it...
Hi, I am try to reproduce the deeplab results using VOC2012 data set as described in instructions at https://bitbucket.org/aquariusjay/deeplab-public-ver2 I tried two approaches 1) using already trained model vgg16_20M.caffemodel and...
Hi, I am working on BRATS data that need 5 labels. but dice loss layer outputs 2 labels, how to get 5 labels using dice loss layer. Best