This project demonstrates the use of a multi-task deep learning algorithm to learn and perform the tasks of semantic segmentation and depth estimation simultaneously.
cmaps
storing cmaps for both the datasetsmodels
storing the pre-trained models for the hydranetsnotebooks
contains the inference and training notebooksoutput
contains the output videos and point cloudslib
contains code for loading the datasetlib
/network
contains the scripts for network architecturelib
/utils
contains the scripts for utility functions
The current segmentation output is noisy.
This project is based on the paper "Real-Time Joint Semantic Segmentation and Depth Estimation Using Asymmetric Annotations". Some of the code has been adapted from the official repository.