Giter Site home page Giter Site logo

adds-unpaired's Introduction

ADDS-DepthNet

Contents

Introduction

This is the official implementation of the paper:

Self-supervised Monocular Depth Estimation for All Day Images using Domain Separation

Lina Liu, Xibin Song, Mengmeng Wang, Yong Liu, Liangjun Zhang

ICCV2021

We provide two implementations here, containing PaddlePaddle and Pytorch.

Quantitative Result

Quantitative_result

Data

For data download and preparation of Oxford RobotCar dataset, please refer to Oxford RobotCar dataset data preparation

ADDS_Paddle

For PaddlePaddle implementation, please refer to PaddleVideo implementation of ADDS

ADDS_Pytorch

- Environment Setup

Assuming a fresh Anaconda distribution. We recommend to create a virtual environment with Python 3.6.6 conda create -n ADDSDepthNet python=3.6.6 . You can install the dependencies with:

conda install pytorch==1.4.0 torchvision==0.5.0 cudatoolkit=10.1 -c pytorch
pip install opencv-python
pip install tensorboardX==1.4
pip install ipython
pip install scikit-image

- Pretrained model

You can download the pretrained model here. Then put the pretrained model in "Pretrained_model".

- Prediction for a single image

You can predict depth for a single image with:

python test_simple.py --image_path path_to_the_single_image --model_name path_to_the_pretrained_model

- Training

python train.py --batch_size batch_size --data_path path_to_the_training_data

- Evaluation

bash run_evaluation.sh

Citation

If you find our work useful in your research, please cite our paper:

@inproceedings{liu2021self,
  title={Self-supervised Monocular Depth Estimation for All Day Images using Domain Separation},
  author={Liu, Lina and Song, Xibin and Wang, Mengmeng and Liu, Yong and Zhang, Liangjun},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
  pages={12737--12746},
  year={2021}
}

Acknowledgements

Our code is based on Monodepth2

adds-unpaired's People

Contributors

thaitran24 avatar

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.