deep3d icon indicating copy to clipboard operation
deep3d copied to clipboard

Automatic 2D-to-3D Video Conversion with CNNs

Results 37 deep3d issues
Sort by recently updated
recently updated
newest added

would love to try generate the parameters by training module, are you releasing it? thanks!

when I run the' Y = model.predict(test_iter)' ,which has NameError: name 'model' is not defined. how to solve it ?

Hi ,@piiswrong [15:44:47] /home/git/mxnet/mxnet/dmlc-core/include/dmlc/logging.h:235: [15:44:47] src/operator/./cudnn_softmax_activation-inl.h:44: Check failed: (in_data[softmax_activation::kData].ndim()) == (2) Input need to have 2 dimensions when mode=instance. [15:44:47] /home/git/mxnet/mxnet/dmlc-core/include/dmlc/logging.h:235: [15:44:47] src/engine/./threaded_engine.h:306: [15:44:47] src/operator/./cudnn_softmax_activation-inl.h:44: Check failed: (in_data[softmax_activation::kData].ndim()) == (2)...

From your `README.md`: ``` Following each image, there are 4-by-3 maps of depth layers, ordered from near to far. You can see that objects that are near to you appear...

``` if not os.path.exists('deep3d-0050.params'): urllib.urlretrieve('http://homes.cs.washington.edu/~jxie/download/deep3d-0050.params', 'deep3d-0050.params') model = mx.model.FeedForward.load('deep3d', 50, mx.gpu(0)) ``` The error gives: `````` --------------------------------------------------------------------------- MXNetError Traceback (most recent call last) in () 1 if not os.path.exists('deep3d-0050.params'): 2...

I run the code according to the deep3d.ipynb, but i found the result was not as good as your sample which you provided (that is the demo.gif). can you do...

Hi, Can someone tell ma what the structure is creating databases for deep3d, and how to use this to train a model. thanks, laszlo

I'd like to train the network using depth maps as ground truths. is that somehow possible - and if yes, can someone give me some pointers? thanks, laszlo

Hi @piiswrong Looks the pre-trained model is difficult to run with newer version of cuda and cudnn. Maybe I would try to train a new deep3d model with cuda 8.0...

Dear, I am using visual studio 2015 with python tools, all the imports in the code are running well except mxnet and leveldb I think I have an issue in...