meetps / pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch
https://meetshah.dev/semantic-segmentation/deep-learning/pytorch/visdom/2017/06/01/semantic-segmentation-over-the-years.html
MIT License
3.38k stars 799 forks source link

Some Changes to Pascal Loader #255

Open farnaznouraei opened 3 years ago

farnaznouraei commented 3 years ago

The current version has deprecated functions such as scipy.misc.imsave, and the resizing part generates unwanted values in the label masks. This triggers cuda to stop the training process due to dataloader issues.

Edits include:

Most important reason for proposal: It works!!!