Learning Google’s Struct2Depth from Scratch.
(An Unsupervised Monocular Depth Estimation Model)
[Paper][Source code]
Contributions:
- Modeling dynamic scenes by modeling object motion.
- Adapt its learning strategy with an online refinement technique.
Code Structure:
alignment.py
gen_data_city.py
gen_data_kitti.py
inference.py
model.py
nets.py
optimize.py
project.py
reader.py
train.py
util.py