Image-to-Image Translation in PyTorch
-
Updated
Sep 30, 2021 - Python
{{ message }}
Image-to-Image Translation in PyTorch
A High-Quality Real Time Upscaler for Anime Video
A brief computer graphics / rendering course
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Image-to-image translation with conditional adversarial nets
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
Synthesizing and manipulating 2048x1024 images with conditional GANs
A brief computer graphics / rendering course
Interactive Image Generation via Generative Adversarial Networks
Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
A brief computer graphics / rendering course
Tutorial for the Vulkan graphics and compute API
This is a collection of computer graphics related courses, books, tutorials, articles, blogs, resources, researcher homepages, lab homepages, video channels, open source projects, websites, etc.
A basic 3D scene implemented with various engines, frameworks or APIs.
Advanced shading language for production GI renderers
A curated list of awesome OpenGL libraries, debuggers and resources.
486 lines of C++: old-school FPS in a weekend
This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Fluid simulation engine for computer graphics applications
Convolutional Neural Network for 3D meshes in PyTorch
A high performance anime upscaler
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.
Differentiable rendering without approximation.
Graphic Engine & Game Engine lists
Cool vision, learning, and graphics papers on Cats!
A linear algebra and mathematics library for computer graphics.
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."
the .pcd file format allows for fields to be extended. this means it can neatly hold data about the label or object of a point. this can be very handy for ML tasks. However, the open3d file io does not appear to be able to read other fields other than the xyz, rgb, normals etc . I haven't been able to find where in the open3d structure the code for the file io pcd loading is implemented to att