Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 790 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 790 Bytes

SRI-Net

'SRI-Net: Similarity Retrieval-based Inference Network for Light Field Salient Object Detection'

1. Usage

  • Train this model:

    python SRI-Net_train.py

  • Test this model:

    python SRI-Net_test.py

  • We provide saliency maps (fetch code: gl3f) of our SRI-Net here.

  • We provide checkpoints (fetch code: 5off) of our SRI-Net here.

  • You can use this toolbox for evaluation.

  • If you have any questions, please contact me via: chengtaolv(at)qq.com.

2. Acknowledgement

We implement this project based on the code of ‘BBS-Net: RGB-D Salient Object Detection with a Bifurcated Backbone Strategy Network, ECCV2020’