torrvision / crfasrnn

This repository contains the source code for the semantic image segmentation method described in the ICCV 2015 paper: Conditional Random Fields as Recurrent Neural Networks. http://crfasrnn.torr.vision/
Other
1.34k stars 462 forks source link

How can it output 640*480 results? #91

Closed somebodyus closed 7 years ago

somebodyus commented 7 years ago

I have input images with the size of 640480. How can it output 640480 results?

sadeepj commented 7 years ago

Our current implementation has been tested for 500 x 500 images only. Different image sizes might work, but we cannot guarantee it.

A workaround is to make your image size 500 x 500 by cropping/resizing.