Skip to content

moritanian/CNNVR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNNVR

WebVR with CNN depth prediction

Introduction

In the backend, CNN depth prediction create depth map from the web camera images. In the front end, it shows 3d movie.

Usage

environment (recommended)

python3.5 opencv-python 3.4 tensorflow-gpu 1.4

Get the trained model

As written in CNN depth prediction, download the TensorFlow trained model and place it in models/. If NYU_FCRN.ckpt does not exist and NYU_FCRN.ckpt.xxx exists, rename it to NYU_FCRN.ckpt.

Run the backend script

python predict.py ./models/NYU_FCRN.ckpt 

Front end

Run the web server and check the html/index.html!

About

WebVR with CNN depth prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published