MightyChaos / wsvd_test

testing code for ``Web Stereo Video Supervision for Depth Prediction from Dynamic Scenes''

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Stereo Video Supervision for Depth Prediction from Dynamic Scenes

testing code for the paper Wang etal. 3DV19

Installation

tested with Python 3.6 with cuda 9.0 on Ubuntu16.04

install dependicies:

  • opencv-python
  • numpy
  • pytorch 0.4.1

install flownet2.0

cd networks/flownet2
bash install.sh

download model

  • download ckpts.tar
  • extract the content to ./ckpts/

predict depth from 2 images

CUDA_VISIBLE_DEVICES=0 python demo.py demo/im1.jpg demo/im2.jpg

About

testing code for ``Web Stereo Video Supervision for Depth Prediction from Dynamic Scenes''


Languages

Language:Python 66.4%Language:Cuda 27.8%Language:C++ 5.7%Language:Shell 0.1%