All Projects → dontLoveBugs → SupervisedDepthPrediction

dontLoveBugs / SupervisedDepthPrediction

Licence: other
Pytorch framework for supervised depth prediction

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to SupervisedDepthPrediction

EPCDepth
[ICCV 2021] Excavating the Potential Capacity of Self-Supervised Monocular Depth Estimation
Stars: ✭ 105 (+191.67%)
Mutual labels:  depth-estimation, monocular
improving segmentation with selfsupervised depth
[CVPR21] Implementation of our work "Three Ways to Improve Semantic Segmentation with Self-Supervised Depth Estimation"
Stars: ✭ 189 (+425%)
Mutual labels:  depth-estimation
Monocular-Vehicle-Localization
Estimating the orientation and the relative dimensions of vehicles by producing a 3d bounding frame
Stars: ✭ 28 (-22.22%)
Mutual labels:  monocular
Semantic-Mono-Depth
Geometry meets semantics for semi-supervised monocular depth estimation - ACCV 2018
Stars: ✭ 98 (+172.22%)
Mutual labels:  depth-estimation
CMRNet
Code for "CMRNet: Camera to LiDAR-Map Registration" (ITSC 2019) - WIP
Stars: ✭ 70 (+94.44%)
Mutual labels:  monocular
APEX-Q
A promise library for Salesforce
Stars: ✭ 30 (-16.67%)
Mutual labels:  apex
Visualizing-CNNs-for-monocular-depth-estimation
official implementation of "Visualization of Convolutional Neural Networks for Monocular Depth Estimation"
Stars: ✭ 120 (+233.33%)
Mutual labels:  depth-estimation
apex-query-builder
Convenient query builder for dynamic SOQL queries
Stars: ✭ 37 (+2.78%)
Mutual labels:  apex
sc depth pl
Pytorch Lightning Implementation of SC-Depth (V1, V2...) for Unsupervised Monocular Depth Estimation.
Stars: ✭ 86 (+138.89%)
Mutual labels:  depth-estimation
project-defude
Refocus an image just by clicking on it with no additional data
Stars: ✭ 69 (+91.67%)
Mutual labels:  depth-estimation
DiverseDepth
The code and data of DiverseDepth
Stars: ✭ 150 (+316.67%)
Mutual labels:  depth-estimation
plsql-qr-code
Oracle PL/SQL Package and APEX plugin for QR Code Generation
Stars: ✭ 34 (-5.56%)
Mutual labels:  apex
FisheyeDistanceNet
FisheyeDistanceNet
Stars: ✭ 33 (-8.33%)
Mutual labels:  depth-estimation
DSGN
DSGN: Deep Stereo Geometry Network for 3D Object Detection (CVPR 2020)
Stars: ✭ 276 (+666.67%)
Mutual labels:  depth-estimation
ApexTriggerHandler
Another library implements Apex trigger handler design pattern.
Stars: ✭ 40 (+11.11%)
Mutual labels:  apex
apex-graphql-query
A library for building GraphQL queries in apex
Stars: ✭ 31 (-13.89%)
Mutual labels:  apex
pais-mvs
Multi-view stereo image-based 3D reconstruction
Stars: ✭ 55 (+52.78%)
Mutual labels:  depth-estimation
sf-cross-cutting-concerns
Apex Cross cutting concerns for Salesforce
Stars: ✭ 29 (-19.44%)
Mutual labels:  apex
apex-utils
Utility classes for Salesforce Apex development
Stars: ✭ 20 (-44.44%)
Mutual labels:  apex
fast-sfdc
A VSCode plugin to develop Salesforce projects in vscode
Stars: ✭ 16 (-55.56%)
Mutual labels:  apex

SupervisedDepthPrediction

This is a distributed training framework for supervised depth prediction based on Pytorch 1.0 (Pytorch version >= 1.2 is best). Now it provide the implementation of DORN(state of the art in KITTI depth prediction benchmark), and you can implement your model in your customed dataset with a little modification.

Highlights

  • Distributed & Single GPU Flexible selection between distributed training with multi gpus and a single gpu.
  • Flexible Visulization Implementation You can implement your visulizers for network comprehensive analysis.
  • Suport Various Optimizers and Learning-rate Policy Provide all the optimizers and learning-rate schedulers in pytorch. And support poly lr_scheduler and warmup, which are widely used in segmentation and detection.
  • Support Grad Clip Provide grad clip to avoid gradient exploding.
  • Mixed Precision Training Support mixed precision training with NVIDIA apex lib.
  • Sync BN Support Sync BN when training with multi gps.
  • Break-point Restoration Support continue to train from a break-point.

Installation

Dataset

Training

Testing

Results

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].