All Projects → chuhang → SurfConv

chuhang / SurfConv

Licence: other
Code & data for SurfConv paper at CVPR18

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SurfConv

3dgnn pytorch
3D Graph Neural Networks for RGBD Semantic Segmentation
Stars: ✭ 187 (+246.3%)
Mutual labels:  rgbd
RGBDAcquisition
A uniform library wrapper for input from V4L2,Freenect,OpenNI,OpenNI2,DepthSense,Intel Realsense,OpenGL simulations and other types of video and depth input..
Stars: ✭ 56 (+3.7%)
Mutual labels:  rgbd
dvo python
Coding dense visual odometry in a little more than a night (yikes)!
Stars: ✭ 40 (-25.93%)
Mutual labels:  rgbd
Volumetriccapture
A multi-sensor capture system for free viewpoint video.
Stars: ✭ 243 (+350%)
Mutual labels:  rgbd
rgbd ptam
Python implementation of RGBD-PTAM algorithm
Stars: ✭ 65 (+20.37%)
Mutual labels:  rgbd
3DGNN
No description or website provided.
Stars: ✭ 56 (+3.7%)
Mutual labels:  rgbd
Suncgtoolbox
C++ based toolbox for the SUNCG dataset
Stars: ✭ 136 (+151.85%)
Mutual labels:  rgbd
ESANet
ESANet: Efficient RGB-D Semantic Segmentation for Indoor Scene Analysis
Stars: ✭ 154 (+185.19%)
Mutual labels:  rgbd
monodepth
Python ROS depth estimation from RGB image based on code from the paper "High Quality Monocular Depth Estimation via Transfer Learning"
Stars: ✭ 41 (-24.07%)
Mutual labels:  rgbd
diode-devkit
DIODE Development Toolkit
Stars: ✭ 58 (+7.41%)
Mutual labels:  rgbd
nyuv2-meta-data
all the meta data needed for nyuv2
Stars: ✭ 99 (+83.33%)
Mutual labels:  rgbd
RGBD-SOD-datasets
All those partitioned RGB-D Saliency Datasets we collected are shared in ready-to-use manner.
Stars: ✭ 46 (-14.81%)
Mutual labels:  rgbd
rgbd scribble benchmark
RGB-D Scribble-based Segmentation Benchmark
Stars: ✭ 24 (-55.56%)
Mutual labels:  rgbd
Arc Robot Vision
MIT-Princeton Vision Toolbox for Robotic Pick-and-Place at the Amazon Robotics Challenge 2017 - Robotic Grasping and One-shot Recognition of Novel Objects with Deep Learning.
Stars: ✭ 224 (+314.81%)
Mutual labels:  rgbd
RGB-D-SLAM
Work in Progress. A SLAM implementation based on plane and superquadric tracking.
Stars: ✭ 23 (-57.41%)
Mutual labels:  rgbd
Gta Im Dataset
[ECCV-20] 3D human scene interaction dataset: https://people.eecs.berkeley.edu/~zhecao/hmp/index.html
Stars: ✭ 157 (+190.74%)
Mutual labels:  rgbd
FLOBOT
EU funded Horizon 2020 project
Stars: ✭ 20 (-62.96%)
Mutual labels:  rgbd
DepthKit-for-Max
A patch for using DepthKit volumetric videos in Max/MSP/Jitter
Stars: ✭ 21 (-61.11%)
Mutual labels:  rgbd
StructureNet
Markerless volumetric alignment for depth sensors. Contains the code of the work "Deep Soft Procrustes for Markerless Volumetric Sensor Alignment" (IEEE VR 2020).
Stars: ✭ 38 (-29.63%)
Mutual labels:  rgbd
shrec17
Supplementary code for SHREC 2017 RGB-D Object-to-CAD Retrieval track
Stars: ✭ 27 (-50%)
Mutual labels:  rgbd

SurfConv: A simple yet effective way to use RGBD data

Paper:

SurfConv: Bridging 3D and 2D Convolution for RGBD Images
Hang Chu, Wei-Chiu Ma, Kaustav Kundu, Raquel Urtasun, Sanja Fidler
CVPR 2018 [pdf]

How it works:

SurfConv

Requirements:

  • pytorch-0.2.0
  • pypng

Usage:

1. Discretize depth using D4

cd ./D4
python resample_input.py

This will compute depth level boundaries of SurfConv, and generate resampled & masked images/labels for training.

2. Train on KITTI

cd ./train
python surfconv_kitti_scratch_train.py

This will train the model using images generated from step 1.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].