Our model is based on similar work Towards Good Practice for CNN-Based Monocular Depth Estimation. Our aim was to recreate given research on NYUv2 labeled dataset containing 1449 pictures.
Changing hyperparameters:
hyperparameters.py
Training:
train.py
Test:
test.py
Test on sample image:
test_sample.py
- This project was part of Petnica's Summer Institute for Machine Learning 7, done by Mihailo Grbic and me.
- This project is cloned from Mihailo's repository