-
Updated
Jul 16, 2020 - Python
#
computer-graphics
Here are 1,400 public repositories matching this topic...
Image-to-Image Translation in PyTorch
computer-vision
deep-learning
computer-graphics
pytorch
generative-adversarial-network
gan
image-manipulation
image-generation
gans
pix2pix
cyclegan
A High-Quality Real Time Upscaler for Anime Video
video
anime
computer-graphics
cnn
video-processing
neural-networks
convolutional-neural-networks
upsampling
upscaling
anime4k
-
Updated
Jun 30, 2020 - GLSL
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
computer-vision
deep-learning
computer-graphics
torch
generative-adversarial-network
gan
image-manipulation
image-generation
gans
pix2pix
cyclegan
-
Updated
Jun 28, 2020 - Lua
A brief computer graphics / rendering course
learning
c-plus-plus
fun
tutorial
opengl
cpp
shaders
picture
graphics
software-rendering
engine
rendering
images
computer-graphics
pixels
rasterizer
rendering-engine
rendering-pipeline
3d
3d-graphics
-
Updated
Jan 7, 2020 - C++
Image-to-image translation with conditional adversarial nets
computer-vision
deep-learning
computer-graphics
generative-adversarial-network
gan
dcgan
image-manipulation
image-generation
pix2pix
image-to-image-translation
-
Updated
Apr 2, 2020 - Lua
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
art
design
webgl
list
awesome
creative-coding
shaders
computer-graphics
resources
data-visualization
interaction-design
information-visualization
graphics-programming
generative-art
awesome-list
3d-graphics
programming-graphics
-
Updated
May 27, 2020 - HTML
Interactive Image Generation via Generative Adversarial Networks
computer-vision
deep-learning
computer-graphics
generative-adversarial-network
gan
dcgan
image-manipulation
pix2pix
-
Updated
Jan 25, 2019 - Python
A brief computer graphics / rendering course
learning
c-plus-plus
fun
tutorial
cpp
shaders
graphics
rendering
images
computer-graphics
raytracer
raytracing
rendering-engine
3d
raytracing-engine
3d-graphics
software-renderer
-
Updated
Mar 22, 2020 - C++
GnnrMrkr
commented
Apr 30, 2020
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
learning
c-plus-plus
fun
tutorial
cpp
shaders
graphics
rendering
computer-graphics
graphics-programming
raytracer
raytracing
rendering-engine
3d
raytracing-engine
3d-graphics
-
Updated
Jan 30, 2019 - C++
A basic 3D scene implemented with various engines, frameworks or APIs.
webgl
opengl
gba
metal
unity
blender
software-rendering
rendering
computer-graphics
dragon
graphics-programming
scenekit
nds
ps2
cycles
-
Updated
Jul 19, 2019 - C
Tutorial for the Vulkan graphics and compute API
-
Updated
Jun 28, 2020 - C++
A curated list of awesome OpenGL libraries, debuggers and resources.
lists
awesome
opengl
computer-graphics
game-development
opengl-library
awesome-list
glsl-editors
opengl-tutorial
video-tutorial
graphics-pipeline
opengl-context
tutorial-videos
profile-loader
-
Updated
Apr 12, 2020
486 lines of C++: old-school FPS in a weekend
learning
c-plus-plus
fun
tutorial
opengl
cpp
fps
picture
graphics
software-rendering
engine
rendering
images
computer-graphics
pixels
rasterizer
rendering-engine
raycasting
3d
3d-graphics
-
Updated
Feb 20, 2019 - C++
Advanced shading language for production GI renderers
c-plus-plus
shaders
computer-graphics
llvm
vfx
osl
computer-language
shading-language
open-shading-language
-
Updated
Jul 15, 2020 - C++
Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
cplusplus
cpp
graphics
rendering
computer-graphics
path-tracer
gltf
3d-graphics
path-tracing
physically-based-rendering
-
Updated
Jul 14, 2020 - C++
Cool vision, learning, and graphics papers on Cats!
cats
cat
machine-learning
computer-vision
deep-learning
computer-graphics
awesome-list
papers
papers-collection
-
Updated
Dec 30, 2019 - Python
Differentiable rendering without approximation.
computer-vision
tensorflow
rendering
computer-graphics
pytorch
monte-carlo-ray-tracing
differentiable-rendering
-
Updated
Jul 8, 2020 - NASL
Convolutional Neural Network for 3D meshes in PyTorch
machine-learning
computer-graphics
pytorch
mesh
segmentation
convolutional-neural-networks
3d
geometric-deep-learning
-
Updated
Mar 9, 2020 - Python
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.
simulator
simulation
computer-graphics
beta
fluid
fluid-solver
blender-addon
fluid-simulation
flip-fluids
fluid-engine
-
Updated
Jun 10, 2020 - C++
Fluid simulation engine for computer graphics applications
c-plus-plus
visual-studio
sdk
animation
computer-graphics
physics-engine
computational-physics
fluid-simulation-engine
computational-fluid-dynamics
-
Updated
Jun 13, 2020 - C++
This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"
fashion
computer-graphics
human
pytorch
geometry-processing
3d-printing
3d-reconstruction
arvr
iccv2019
pifu
-
Updated
Jul 15, 2020 - Python
-
Updated
May 23, 2020 - C
A linear algebra and mathematics library for computer graphics.
-
Updated
Jun 27, 2020 - Rust
[CVPR 2016] Unsupervised Feature Learning by Image Inpainting using GANs
machine-learning
computer-vision
deep-learning
computer-graphics
generative-adversarial-network
gan
dcgan
unsupervised-learning
image-inpainting
context-encoders
-
Updated
Feb 17, 2018 - Lua
Graphic Engine & Game Engine lists
-
Updated
Jul 9, 2020
Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
-
Updated
May 22, 2020 - Python
Anton's OpenGL 4 Tutorials book - Demo Code
-
Updated
Mar 13, 2020 - C
Improve this page
Add a description, image, and links to the computer-graphics topic page so that developers can more easily learn about it.
Add this topic to your repo
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