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

Hi, I can't find the dataset (3d movies) mentioned in the paper. Can you illustrate how to download the dataset?

Could anyone please help with fixing the following import error when trying to run urllib.urlretrieve('http://homes.cs.washington.edu/~jxie/download/deep3d-0050.params', 'deep3d-0050.params')? Thanks a lot. ----> 2 urllib.urlretrieve('http://homes.cs.washington.edu/~jxie/download/deep3d-0050.params', 'deep3d-0050.params') 3 model = mx.model.FeedForward.load('deep3d', 50, mx.gpu(0)) AttributeError:...

![image](https://user-images.githubusercontent.com/82050128/145319296-dfaf9c94-26d6-4453-990c-da5e1a8f5650.png)

Although I mansged to run through the test code with my own dataset, the result is very poor, the right eye images are rather blur compared with left one. Could...

which version of Mxnet are you supposed to use ? ![obrazek](https://user-images.githubusercontent.com/44525446/135725233-ed09de84-7745-4e1e-b732-1f5436b1bef5.png)

Can this algorithm be used to render a 2D video stream into 3D in real time?

Hello, I'm currently implementing your great in TF using the official params but the output is so bad and i don't know why ? Could you please give me any...