Submitted by Marius1235 t3_11rs817 in deeplearning
Hi!
I'm a bachelor student on my second year in AI.
I'm planning to implement an image to image model that takes and image and outputs the same image in a different style (specifically in the style of a painter).
I was wondering if anyone had some suggesting of where to start research and pointing me in the right direction.
Best regards
Marius
incrapnito t1_jca3u68 wrote
Another approach can be cyclegan or pix2pix, both are gan based model. Pix2pix works on paired data and cyclegan works can use unpaired data.