All Projects → WXinlong → ForeSeE

WXinlong / ForeSeE

Licence: other
Task-Aware Monocular Depth Estimation for 3D Object Detection, AAAI2020

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
Cuda
1817 projects
shell
77523 projects

Projects that are alternatives of or similar to ForeSeE

Visualizing-CNNs-for-monocular-depth-estimation
official implementation of "Visualization of Convolutional Neural Networks for Monocular Depth Estimation"
Stars: ✭ 120 (+106.9%)
Mutual labels:  monocular-depth-estimation
MonoDEVSNet
Official PyTorch implementation of MonoDEVSNet - "Monocular Depth Estimation through Virtual-world Supervision and Real-world SfM Self-Supervision."
Stars: ✭ 34 (-41.38%)
Mutual labels:  monocular-depth-estimation
temporal-depth-segmentation
Source code (train/test) accompanying the paper entitled "Veritatem Dies Aperit - Temporally Consistent Depth Prediction Enabled by a Multi-Task Geometric and Semantic Scene Understanding Approach" in CVPR 2019 (https://arxiv.org/abs/1903.10764).
Stars: ✭ 20 (-65.52%)
Mutual labels:  monocular-depth-estimation
SGDepth
[ECCV 2020] Self-Supervised Monocular Depth Estimation: Solving the Dynamic Object Problem by Semantic Guidance
Stars: ✭ 162 (+179.31%)
Mutual labels:  monocular-depth-estimation
EPCDepth
[ICCV 2021] Excavating the Potential Capacity of Self-Supervised Monocular Depth Estimation
Stars: ✭ 105 (+81.03%)
Mutual labels:  monocular-depth-estimation
Reversing
Code for "Reversing the cycle: self-supervised deep stereo through enhanced monocular distillation"
Stars: ✭ 43 (-25.86%)
Mutual labels:  monocular-depth-estimation
rectified-features
[ECCV 2020] Single image depth prediction allows us to rectify planar surfaces in images and extract view-invariant local features for better feature matching
Stars: ✭ 57 (-1.72%)
Mutual labels:  monocular-depth-estimation
Depth estimation
Deep learning model to estimate the depth of image.
Stars: ✭ 62 (+6.9%)
Mutual labels:  monocular-depth-estimation
FisheyeDistanceNet
FisheyeDistanceNet
Stars: ✭ 33 (-43.1%)
Mutual labels:  monocular-depth-estimation
CSPN monodepth
Unofficial Faster PyTorch implementation of Convolutional Spatial Propagation Network
Stars: ✭ 66 (+13.79%)
Mutual labels:  monocular-depth-estimation
DiverseDepth
The code and data of DiverseDepth
Stars: ✭ 150 (+158.62%)
Mutual labels:  monocular-depth-estimation

Task-Aware Monocular Depth Estimation for 3D Object Detection

This project hosts the code for implementing the ForeSeE algorithm for depth estimation.

Task-Aware Monocular Depth Estimation for 3D Object Detection,
Xinlong Wang, Wei Yin, Tao Kong, Yuning Jiang, Lei Li, Chunhua Shen
AAAI, 2020

Installation

This implementation is based on VNL. Please refer to INSTALL.md for installation.

Dataset

Please refer to KITTI dataset for details. The annotation files of KITTI Object subset used in our work are provided.

Models

Download the trained model from this link and put it under experiments/foresee/.

Testing

  cd experiments/foresee
  sh test.sh

Training

  cd experiments/foresee
  sh train.sh

Citations

Please consider citing our papers in your publications if the project helps your research. BibTeX reference is as follows.

@InProceedings{wang2020foresee, 
  title={Task-Aware Monocular Depth Estimation for 3D Object Detection}, 
  author = {Wang, Xinlong and Yin, Wei and Kong, Tao and Jiang, Yuning, and Li, Lei and Shen, Chunhua},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence (AAAI)},
  year={2020}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].