Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 963 Bytes

File metadata and controls

24 lines (22 loc) · 963 Bytes

UnsupervisedNet

the implementation of "Unsupervised Monocular Depth Estimation From Light Field Image"

  • download the model and evaluation_toolkit
  • unzip the model and evaluation_toolkit in root directory
      ./UnsupervisedNet
      ├── 4dlffilenames_val7x7star.txt
      ├── average_gradients.py
      ├── bilinear_samplerzb.py
      ├── dataloader_lf7x7star_zec.py
      ├── evalfunctions7x7.py
      ├── eval_tools.py
      ├── evaluate.py
      ├── evaluation_toolkit
      ├── model
      ├── monodepth_main_getresultLF7x7Star.py
      ├── monodepth_model_LF7x7Star.py
      ├── optical_flow_warp_fwd.py
      ├── REMADE.md
      └── result
    
  • run "python3 monodepth_main_getresultLF7x7Star.py" to test model