TF2 implementation of self supervised depth estimation.
Code is largely adapted from Monodepth2
You can download the entire raw KITTI dataset by running:
wget -i splits/kitti_archives_to_download.txt -P kitti_data/
For pretrained resnet
pip install image-classifiers
python train.py --data_dir path_to_dataset_root
python eval.py --data_dir path_to_dataset_root