Views :
498
Zibra VDB Compression is the newest ZibraAI solution, being developed to bring film-quality VFX into games with GPU-powered compressed VDB effects.
Born from a custom AI-based technology, it makes it possible to:
Our VDB compression solution also opens new possibilities for realistic scene lighting. With our tech, you can use light data from VFX to light up a scene, add reflections, etc, making your game much more immersive and true to life.
Quilts are an image standard that Looking Glass uses to produce 3D experiences. This standard is used to describe both still and moving images (pictures and videos).
The main benefit of the quilt format is that it can work for both images and videos! Quilts allow for an efficient way to store frame by frame data as .mp4, .webm or other common media formats. They’re also compact. for example, the above quilt was compressed to be under 1MB of data!
Each tile in the quilt is a conventional 2D image of a scene. The bottom-left tile of the quilt (view 0) is the leftmost view of the scene, and the top-right tile is the rightmost, like so:
https://cv-tricks.com/how-to/developer-guide-to-key-differences-between-python-2-and-3/
https://medium.com/@meghamohan/mutable-and-immutable-side-of-python-c2145cf72747
Everything in Python is an object.
Since everything in Python is an Object, every variable holds an object instance. When an object is initiated, it is assigned a unique object id. Its type is defined at runtime and once set can never change, however its state can be changed if it is mutable.
Simply put, a mutable object can be changed after it is created, and an immutable object can’t.
Mutable objects:
list, dict, set, byte array
Immutable objects:
int, float, complex, string, tuple, frozen set [note: immutable version of set], bytes
Japanese town generator
https://80.lv/articles/japanese-town-generator-set-up-in-blender/
http://3dstereophoto.blogspot.com/p/software.html
http://3dstereophoto.blogspot.com/2015/06/depth-map-automatic-generator-7-dmag7.html
Automatic depth map generation, stereo matching, multi-view stereo, Structure from Motion (SfM), photogrammetry, 2d to 3d conversion, etc.
Software to
– create depth maps from stereo pairs (stereo matching),
– generate intermediate synthetic views (lenticular),
– create depth maps from multiple views (multi-view stereo matching),
– create dense 3D reconstruction (point cloud) from multiple views (structure from motion and multi-view stereo),
– perform 2D to 3D image conversion (stereo conversion),
– perform edge-preserving smoothing,
– rectify/align stereo pairs
The Cattery is a library of free third-party machine learning models converted to .cat files to run natively in Nuke, designed to bridge the gap between academia and production, providing all communities access to different ML models that all run in Nuke. Users will have access to state-of-the-art models addressing segmentation, depth estimation, optical flow, upscaling, denoising, and style transfer, with plans to expand the models hosted in the future.
https://www.foundry.com/insights/machine-learning/the-artists-guide-to-cattery
https://community.foundry.com/cattery
https://github.com/autodesk/Aurora
Goals for Aurora
Features