Part 1: Tour into the Picture

This part follows the description of the paper Tour into the Picture by Horry et al.

Part 2: Style Transfer

This part follows the description of the classic paper A Neural Algorithm of Artistic Style by Gatys et al.

Finding the right hyperparameters was a guessing game that took several tries.
But after I found them, I could turn anything into Starry Night.
Of course, I turned them into The Wave as well.

Combination

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:

Conclusion

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.