There are no reviews yet. Be the first to send feedback to the community and the maintainers!
========================================================================= 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.
darknet_mobilenet
mobilenet 与darknet yoloO2U-Net
paper "O2U-Net: A Simple Noisy Label Detection Approach for Deep Neural Networks" codecompress_yolo
对yolo模型进行网络压缩、修剪等实验semi-supervised-learning
深度学习半监督相关算法,主要是Mean teachers are better role modelsFace-Attribute-Esitmate
人脸性别、种族等属性识别seq2seq
翻译系统,encode-decode模型detection_mobilenet
mobilenet 与物体检测结合image_to_image
深度学习图片到图片的相关处理CoordConv-pytorch
《An Intriguing Failing of Convolutional Neural Networks and the CoordConv Solution》word2vec
Automatically exported from code.google.com/p/word2vectensorflow-yolo
tiny-cnn-for-windows
用tiny-cnn在vs2013下面,运行编译,读取caffe已训练好的模型,进行测试ssd_objectection
ssd 训练自己的数据distributed-learning
深度学习分布式训练实验caffe-use-cpp
c++ 的caffe相关使用lightcnn
深度学习库object_detection
物体检测相关tensorflow-image
tensorflow image processcaffe-image
use caffecaffeclion
利用clion,使用caffe进行c++编程、调试android-image
android图片相关处理学习model_converter
用于深度学习模型转换,不同库之间的移植tensorflow-nlp
自然语言处理Line-Base-Image-Deformation
《Feature-Based Image Metamorphosis》Love Open Source and this site? Check out how you can help us