Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 934 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 934 Bytes

Estimation of monocular depth using CNN

Introduction

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.

Presentation

Link to pdf presentation

Important files

Changing hyperparameters:
hyperparameters.py

Training:
train.py

Test:
test.py

Test on sample image:
test_sample.py

Important notes!