Pages

joi, 25 noiembrie 2021

Resources and 3D models - 001.

You can find many resources on web, in this article I will share a link to this user named Crazy31139.
You can find many 3D models, like Robocup, Rambo, and characters from many games.

miercuri, 24 noiembrie 2021

CodePen: ... challenges every time.

This website comes with challenges all the time, see this week example:
THIS WEEK’S CHALLENGE,Book Text ...Your challenge: Give this book excerpt some tasteful text styles.
Here's what I managed to do for this week:

marți, 23 noiembrie 2021

CodePen: How can share sketchfab 3D models.

The Viewer API lets you build web apps on top of Sketchfab’s 3D viewer. With the API, you can control the viewer in JavaScript. It provides functions for starting, stopping the viewer, moving the camera, taking screenshots and more.

joi, 18 noiembrie 2021

Ubisoft: Elite Vigil Trailer.

Chul Kyung’s quiet lethality in the field allows him to rely on his Electronic Rendering Cloak (ERC-7) to remain undetected. The ERC-7 uses Diminished Reality technology to remove perceivable stimuli from its direct environment. Vigil carries a prototype in his backpack, which scans surrounding electronic devices and wipes his image from any cameras in view.

miercuri, 17 noiembrie 2021

Another new AI from Two Minute Papers.

Approximate Differentiable One-Pixel Point Rendering is a new differentiable neural rendering pipeline for scene refinement and novel view synthesis see the official page and the video from Two Minute Papers.

luni, 15 noiembrie 2021

Image Super-Resolution via Iterative Refinement from Two Minute Papers.

This is a unoffical implementation about Image Super-Resolution via Iterative Refinement(SR3) by Pytorch.
There are some implement details with paper description, which maybe different with actual SR3 structure due to details missing.
We used the ResNet block and channel concatenation style like vanilla DDPM.
We used the attention mechanism in low resolution feature(16×16) like vanilla DDPM.
We encoding the $\gamma$ as FilM strcutrue did in WaveGrad, and embedding it without affine transformation.
Read more on the GitHub project.