gitextract_tncuquzk/ ├── .gitignore ├── README.md ├── defocus/ │ └── defocus.py ├── depth/ │ ├── README.md │ ├── average_gradients.py │ ├── bilinear_sampler.py │ ├── depth_dataloader.py │ ├── depth_model.py │ ├── depth_simple.py │ └── get_model.sh ├── gui.py ├── images/ │ ├── sample0_disp.npy │ ├── sample1_disp.npy │ └── sample2_disp.npy ├── main.py ├── preprocessing.py ├── requirements.txt ├── screenshot/ │ └── README.md ├── ui-stepper.glade └── ui.glade