ericnlchen / video-analogies

CSCI 1290 final project to create image and video analogies
0 stars 0 forks source link

Video Analogies using patch(3D) #3

Closed glitterer closed 11 months ago

glitterer commented 11 months ago

Enhancement/Expansion from image analogies or the simple frame-by-frame method of video analogies.

By considering an extra time dimension, t, we are making our patches the shape of a 3D cube. With this, we want to input 3 videos similar to our image analogies, but just as videos.

Our results would be to get a video that uses the same style as A and A' applied to our B.

Some references to look at: Video style transfer by consistent adaptive patch sampling.pdf video_analogies.pdf ==> https://nivha.github.io/vgpnn/

glitterer commented 11 months ago

Wouldn't work so we might not use this. Will close issue.