gvacaliuc / comp540-term-project

COMP540 Term Project. Will LeVine and Gabriel Vacaliuc.
0 stars 0 forks source link

look into neural style transfer for data preprocessing #8

Closed gvacaliuc closed 6 years ago

gvacaliuc commented 6 years ago

better preprocessing than a cheeky 1 - image for the white bgs. Useful github implementations in tensorflow and pytorch:

https://github.com/zhanghang1989/PyTorch-Multi-Style-Transfer https://github.com/cysmith/neural-style-tf (looking into this one currently)

gvacaliuc commented 6 years ago

moving forward with a simpler linear color transfer located here: https://github.com/ProGamerGov/Neural-Tools/blob/master/linear-color-transfer.py

Preliminary results indicate it works very well to standardize images to a single modality.