TobyPDE / FRRN

Full Resolution Residual Networks for Semantic Image Segmentation
MIT License
278 stars 93 forks source link

train with smaller image resolution #31

Open manuel-88 opened 7 years ago

manuel-88 commented 7 years ago

I want to adapt the the resolution to 1280x800. Therefore I changed the IMAGE_ROWS and IMAGE_COLS in the train.py script and resized the train and val images. The training works but for prediction I get an "Segmentation fault (core dumped)" error. The images for prediction are also adapted to 1280x800. I tried also different sample sizes.

any suggestions?

Thanks