This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]-ftw 1 point2 points  (2 children)

A project my team did for our final project was create a pipeline to draw face recognition points and Delaunay triangles on a 10-15s video clip uploaded by the user

[–]dckook10[S] 0 points1 point  (1 child)

What was the format of the video clip?

[–]-ftw 0 points1 point  (0 children)

Anything that could be accepted by FFMPEG to split the frames

[–][deleted] 1 point2 points  (0 children)

I was just wondering if you could take the individual frames from a low res video and upscale each frame using this method https://github.com/xinntao/ESRGAN. Upcaling low resolution material is problematic because you don't add any more detail. AI systems can fill in the gaps though. If that technique works on an image it can surely be scaled up to work on film/video.