summaryrefslogtreecommitdiff
path: root/neural_style.py
AgeCommit message (Collapse)Author
2016-10-12Change interpolation method from bicubic to area.gtoderici
Change interpolation method from bicubic to area. This is necessary because when downsizing high resolution images, the bicubic algorithm generates high frequency noise (for example, try resizing an image containing gravel with bicubic vs. area). I guess ideally there should be a check to determine whether it's upsampling/downsampling and choose Lanczos for upsampling. However, given how slow this is... maybe we only need to worry about downsampling?
2016-10-11Added verbose to usage scriptCameron
2016-10-11Fixed tab indentationCameron
2016-10-11Add files via uploadCameron
2016-10-11Modified READMEcam
2016-10-10Modified READMEcam
2016-10-08Fixed 'style_mask' errorCameron
2016-10-08Fixed 'verbose' errorCameron
2016-10-08Fixed 'verbose' errorCameron
2016-10-08Add files via uploadCameron
2016-10-08First commitcam