Elhamahm

Results 8 comments of Elhamahm

Assuming that you are using Jupyter Notebook environment for importing solaris, be sure that in the place that your Jupyter Notebook has been placed, the solaris folder exists. In other...

Thanks for your comment. So we can convert our RGB three channels to 4 channels by adding extra columns (zeros or ones)... But if I should the same for masked...

Thanks for your comprehensive comment... I have already used the XDXD model. Where I used "**sol.vector.mask.foorptint()**" for generating training masks (with 1 channel) applied in XDXD model. Could you please...

Hi @nrweir, In order to apply densenet161 model, I have generated three-channel mask images. Still, I am getting the following error while training the model based on three-channel mask images....

Hi, In the case that you are sure about the number of images channels as it is 3, then I recommend you to drop these three parameters from *augmentation (DropChannel,...

In this link, it has been introduced that in the resnet, the input and masked images that will feed into the model must be three channels. https://solaris.readthedocs.io/en/latest/pretrained_models.html For creating mask...

For training resnet/dense net, input images and masked images, both must be in three format channels. But, for training the model based on xdxd_spacenet, the input and mask images can...

> > > Have you fixed it? I just met the same problem. I could not run HARP based on Deepwalk/node2vec embedding models. But I have no issue with "line"...