Image-to-Image Translation in PyTorch
-
Updated
Jul 16, 2020 - Python
Image-to-Image Translation in PyTorch
A High-Quality Real Time Upscaler for Anime Video
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
A brief computer graphics / rendering course
Image-to-image translation with conditional adversarial nets
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
Interactive Image Generation via Generative Adversarial Networks
A brief computer graphics / rendering course
I'm working with Open3D with data from different devices. One of them does not provide the point cloud as a file, so I am creating the file by myself with a little Python script.
However, I am confused by the supported formats:
The pts format contains lines of [x, y, z, i, r, g, b]. xyz and rgb are intuitive and explained, but what exactly is the i for? And in what format is it exp
A brief computer graphics / rendering course
A basic 3D scene implemented with various engines, frameworks or APIs.
Tutorial for the Vulkan graphics and compute API
A curated list of awesome OpenGL libraries, debuggers and resources.
486 lines of C++: old-school FPS in a weekend
Advanced shading language for production GI renderers
Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
Cool vision, learning, and graphics papers on Cats!
Differentiable rendering without approximation.
Convolutional Neural Network for 3D meshes in PyTorch
FLIP Fluids is a powerful liquid simulation plugin that gives you the ability to create high quality fluid effects all within Blender, the free and open source 3D creation suite.
Fluid simulation engine for computer graphics applications
This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"
A linear algebra and mathematics library for computer graphics.
[CVPR 2016] Unsupervised Feature Learning by Image Inpainting using GANs
Graphic Engine & Game Engine lists
Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
Anton's OpenGL 4 Tutorials book - Demo Code
Add a description, image, and links to the computer-graphics topic page so that developers can more easily learn about it.
To associate your repository with the computer-graphics topic, visit your repo's landing page and select "manage topics."
According to scipy, scipy.misc.toimage()
which is used on line 46 of utils/visualizer.py is now a deprecated function under the newest scipy version. As a result this co