8000 GitHub - hahnec/depthy at v0.2.7
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hahnec/depthy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

depthy

Description

depthy enables depth map generation from light-fields.

release License build coverage PyPi Dl2 PyPI Downloads

Results

Central view
Depth map

Installation

  • via pip:
    1. install with pip3 install depthy
    2. type depthy -h to the command line once installation finished
  • from source:
    1. install Python from https://www.python.org/
    2. download the source using git clone https://github.com/hahnec/depthy.git
    3. go to the root directory cd depthy
    4. load dependencies $ pip3 install -r requirements.txt
    5. install with python3 setup.py install
    6. if installation ran smoothly, enter depthy -h to the command line

Command Line Usage

From the root directory of your downloaded repo, you can run the tool on the provided test data by

depthy -s './examples/data/pens/'

on a UNIX system where the result is found at ./examples/data/. A windows equivalent of the above command is

depthy --src=".\\examples\\data\\pens\\"

Alternatively, you can specify the method or select your images manually with

depthy --win --method='epi'

More information on optional arguments, can be found using the help parameter

depthy -h

Author

Christopher Hahne

0