Closed sahityamantravadi closed 6 years ago
Hi, I saw a question about this earlier, but it seemed as though the author resolved it on their own. How can I can use a pretrained model, i.e. CSS, to run with other input images of different size? Thanks!
You can take a look at the code in eval_gui.py, it simply does bilinear resizing before passing the image to the net.
Hi, I saw a question about this earlier, but it seemed as though the author resolved it on their own. How can I can use a pretrained model, i.e. CSS, to run with other input images of different size? Thanks!