Sandip Rijal
Sandip Rijal
Now I see the problem. Here is my file path: filepath = '/content/drive/My Drive/BCMCA/bcmca_3b.tif' filepath1= '/content/drive/My Drive/BCMCA/bcmca_mask.tif' The resolution for the image is 0.3 and CRS is epsg (32617). I...
I was able to move ahead. I have the intention to patchify the image and make a train and validation dataset for the model. Once I tried this  Another...
Thank you very much for your support. ```python filepath = '/content/drive/My Drive/BCMCA/bcmca_3b.tif' filepath1= '/content/drive/My Drive/BCMCA/bcmca_mask.tif' from torchgeo.datasets import RasterDataset image = RasterDataset(filepath) mask = RasterDataset(filepath1) dataset = image & mask...
I patchify the images manually. Number of images- /content/patches256/train/images/: 1254 Number of mask- /content/patches256/train/mask/: 1254 The images have the same name as the mask, consisting size of 256x256 and non-overlapping....
Three issues: 1. I am able to feed my 3 bands image but not the 8 bands. 2. I am lost when I try to augment the data for training....
I was unable to feed my custom data to the TorchGeo. A suggestion on that would be helpful because the documentation didn't help to ingest the 8-bands image with the...
I don't know where to upload the data for your access. The image is a large-size single raster with 8 bands and a mask of 8 classes. I am able...
@etiennebr, @edzer need your suggestion on this.