Git Product home page Git Product logo

panodepth's Introduction

PanoDepth

image

Getting Started

Requirements

  • Python (tested on 3.7.4)
  • PyTorch (tested on 1.4.0)
  • Other dependencies

Datasets

We train and evaluate on Stanford2D3D, 360D, and 360 stereo dataset.

Usage

Train one-stage monocular depth estimation, run:

python main_mono.py

Train two-stage with the first coarse stage fixed, run:

python main_fullpipeline_pretrain.py

Train two-stage end-to-end, run:

python main_fullpipeline.py

Train 360 stereo matching only, if sample on disparity, use:

python main_stereo_disp.py

Train 360 stereo matching only, if sample on depth, use:

python main_stereo_depth.py

You can change the two-stage configurations in the args.

--baseline defines the novel view synthesis baseline from the input view. --nlabels defines the number of hypothesis planes for cascade levels. --interval defines the depth interval for the second cascade level.

Here are some result comparisons.

image

If you find our code/models useful, please consider citing our paper:

@inproceedings{li2021panodepth,
  title={PanoDepth: A Two-Stage Approach for Monocular Omnidirectional Depth Estimation},
  author={Li, Yuyan and Yan, Zhixin and Duan, Ye and Ren, Liu},
  booktitle={2021 International Conference on 3D Vision (3DV)},
  pages={648--658},
  year={2021},
  organization={IEEE}
}

panodepth's People

Contributors

yuyanli0831 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

panodepth's Issues

Request for Trained Model Weights

Hello Yuyan,

You have done a great work. Thanks for the repo. I wanted to run the code with pretrained weights of ResNet360 and psmnet_spherical_up_down_inv_depth. Can you share the checkpoint file that you used for evaluating the full_pipeline (as shown in the attached snapshot)? Thanks.

Screenshot 2023-09-17 163419

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.