sovit-123/CamVid-Image-Segmentation-using-FCN-ResNet50-with-PyTorch
Deep learning semantic segmentation on the Camvid dataset using PyTorch FCN ResNet50 neural network.
PythonMIT
Issues
- 0
CUDA out of memory. Tried to allocate 254.00 MiB (GPU 0; 8.00 GiB total capacity; 6.15 GiB already allocated; 15.44 MiB free; 6.19 GiB reserved in total by PyTorch)
#3 opened by MaryaRasib - 1
mask = np.array(Image.open(self.path_segs[index]).convert('RGB')) IndexError: list index out of range
#2 opened by Longtime1994