• Stars
    star
    182
  • Rank 209,886 (Top 5 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created almost 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Depth Map Prediction from a Single Image using a Multi-Scale Deep Network
=========================================================================
Depth Map Prediction from a Single Image using a Multi-Scale Deep Network
=========================================================================

Authors: David Eigen, Christian Puhrsch and Rob Fergus

Email:   [email protected], [email protected], [email protected]


Requirements
-------------

* theano
* numpy, scipy
* PIL or Pillow


Running the Demo
-----------------

The demo loads the depth prediction network, compiles a theano function for
inference, and infers depth for a single image.  To run:

> THEANO_FLAGS=device=gpu0 python demo_depth.py

This should create a file called "demo_nyud_depth_prediction.png" with the
predicted depth for the input "demo_nyud_rgb.jpg".  (Substitute the gpu you
want to run on for gpu0).



Other Information
------------------

This tree contains code for depth prediction network inference.  While there is
some code relating to training, much of the training code including most data
processing is not provided here.  We may release this in the future, however.

While developing this project, we made a few modifications in theano not
currently part of the main codeline.  While the above instructions should work
for inference on a current unmodified theano build, it may take up more GPU
memory than needed due to use of test values for shape information.  The git
patch file "theano_test_value_size.patch" is also included and might be used to
enable this feature on your own tree.

More Repositories

1

darknet_mobilenet

mobilenet 与darknet yolo
C
94
star
2

O2U-Net

paper "O2U-Net: A Simple Noisy Label Detection Approach for Deep Neural Networks" code
Python
76
star
3

compress_yolo

对yolo模型进行网络压缩、修剪等实验
C
50
star
4

semi-supervised-learning

深度学习半监督相关算法,主要是Mean teachers are better role models
Python
22
star
5

Face-Attribute-Esitmate

人脸性别、种族等属性识别
Python
9
star
6

seq2seq

翻译系统,encode-decode模型
Python
8
star
7

detection_mobilenet

mobilenet 与物体检测结合
C++
8
star
8

image_to_image

深度学习图片到图片的相关处理
Python
8
star
9

CoordConv-pytorch

《An Intriguing Failing of Convolutional Neural Networks and the CoordConv Solution》
Python
6
star
10

word2vec

Automatically exported from code.google.com/p/word2vec
C
5
star
11

tensorflow-yolo

Python
4
star
12

tiny-cnn-for-windows

用tiny-cnn在vs2013下面,运行编译,读取caffe已训练好的模型,进行测试
C++
4
star
13

ssd_objectection

ssd 训练自己的数据
Python
3
star
14

distributed-learning

深度学习分布式训练实验
Python
2
star
15

caffe-use-cpp

c++ 的caffe相关使用
Jupyter Notebook
2
star
16

lightcnn

深度学习库
C++
2
star
17

object_detection

物体检测相关
Python
2
star
18

tensorflow-image

tensorflow image process
C++
2
star
19

caffeclion

利用clion,使用caffe进行c++编程、调试
Jupyter Notebook
1
star
20

android-image

android图片相关处理学习
C++
1
star
21

caffe-image

use caffe
Jupyter Notebook
1
star
22

model_converter

用于深度学习模型转换,不同库之间的移植
C++
1
star
23

tensorflow-nlp

自然语言处理
Python
1
star
24

Line-Base-Image-Deformation

《Feature-Based Image Metamorphosis》
C++
1
star