
TIP and Style Transfer
Varun Neal Srivastava
This part follows the description of the paper Tour into the Picture by Horry et al.
This part follows the description of the classic paper A Neural Algorithm of Artistic Style by Gatys et al.
A wise man once said "I'm at the Pizza Hut. I'm at the Taco Bell. I'm at the combination Pizza Hut and Taco Bell." Here's the 3D render of a couple style transferred images:
To model my 3D images I used the very-simple vpython. For my Bells and Whistles,
I created the python version of the pre-provided Matlab code (which I have since emailed to the relevant parties).
The most enjoyable part of the final project was definitely working out all of the math regarding the pinhole camera. Reading
the original paper, which was rather terse, made me redo a lot of calculations by hand. Due to this, I have a much better
understanding of the geometry of single-view images. I also see parallel lines and vanishing points around me everywhere now.