XiangMochu's Stars
MCG-NKU/CVPR_Template
ndrplz/differentiable-renderer
Rastering algorithm to approximate the rendering of a 3D model silhouette in a fully differentiable way.
idealwei/SuperPixelPool.pytorch
superpixel average pooling, superspixel max pooling, pytorch implementations
pixelsnafu/ImageTriangulation
A short python script to tessellate any image into a bunch of colored triangles using weighted blue noise sampling.
Shifunya/Triumvirate
Triangular pixelization of image based on color segmentation
yi-ming-qian/interplane
zhohn0/dorn_depth_estimation
Deep Ordinal Regression Network for Monocular Depth Estimation.(在PyTorch上实现CVPR2018论文,深度估计排名第一)
dontLoveBugs/DORN_pytorch
PyTorch implementation of Deep Ordinal Regression Network for Monocular Depth Estimation
anucvml/ddn
Deep Declarative Networks
DropEdge/DropEdge
This is a Pytorch implementation of paper: DropEdge: Towards Deep Graph Convolutional Networks on Node Classification
Messi-Q/Pytorch-extract-feature
There is an image dataSet. We use Pytorch to extract the image features
bermanmaxim/superpixPool
Superpixel Pooling implemented in PyTorch and Chainer
zju3dv/pvnet-rendering
render images for pvnet training
wsunid/awesome-point-clouds-registration
A list of papers about point clouds registration
xy-guo/MVSNet_pytorch
PyTorch Implementation of MVSNet
ClementPinard/SfmLearner-Pytorch
Pytorch version of SfmLearner from Tinghui Zhou et al.
AJwgnr/StereoBlender
Offers the ability to configure a stereo vision setup for visualization in blender. Furthermore a synthetic dataset can be created from the scene.
PatrickRowsomeMovidius/StereoBlender
Scripts to generate stereo datasets with blender software
LouisFoucard/DepthMap_dataset
Python Blender script to generate random scene, depth map and corresponding Stereo images for machine learning.
Tarkiyah/googleResearch
google/stereo-magnification
Code accompanying the SIGGRAPH 2018 paper "Stereo Magnification: Learning View Synthesis using Multiplane Images"
zyf12389/GC-Net
gc-net for stereo matching by using pytorch
YuhuaXu/StereoDataset
An indoor real scene stereo dataset. It contains 2000 pairs of images with high accuracy disparity maps. We hope it can improve the the generalization performance of deep stereo matching networks.
feihuzhang/GANet
GA-Net: Guided Aggregation Net for End-to-end Stereo Matching
waps101/MatlabRenderer
Deferred shading based offscreen renderer written in pure Matlab with no dependencies. Supports texture/normal mapping, shadowing, visibility and orthographic/perspective/perspective+distortion camera models. Provides metric depth map.
lightfield-analysis/blender-addon
Blender Addon to render light fields with depth and disparity maps
BardOfCodes/render_wt_pt_proj
Code to Render a model using Blender with depth map, and projecting 3D keypoints to 2D render.
F2Wang/ObjectDatasetTools
Tools to create pixel-wise object masks, bounding box labels (2D and 3D) and 3D object model (PLY triangle mesh) for object sequences filmed with an RGB-D camera. This project prepares training and testing data for various deep learning projects such as 6D object pose estimation projects singleshotpose, as well as object detection and instance segmentation projects.
xuelin-chen/blender_renderer
Scripts for rendering shapenet data in blender
panmari/stanford-shapenet-renderer
Scripts for batch rendering models using Blender. Tested with models from stanfords shapenet library.