File size: 1,834 Bytes
3e7d6a0
 
 
 
 
 
b336ef9
3e7d6a0
 
 
 
c18d705
b71870e
 
c18d705
 
 
 
 
 
 
 
 
 
 
 
501a7fa
c18d705
501a7fa
c18d705
 
 
 
 
5a22f7f
c18d705
 
 
 
 
501a7fa
c18d705
501a7fa
c18d705
 
5a22f7f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: Robust RGB-D Saliency Detection
emoji: 🏢
colorFrom: green
colorTo: indigo
sdk: gradio
sdk_version: 3.44.1
app_file: app.py
pinned: false
---

[![Docker Image Build and Push](https://github.com/shriarul5273/Robust_RGB-D_Saliency_Detection/actions/workflows/docker-image.yml/badge.svg)](https://github.com/shriarul5273/Robust_RGB-D_Saliency_Detection/actions/workflows/docker-image.yml)   [![Deploy to Hugging Face Spaces](https://github.com/shriarul5273/Robust_RGB-D_Saliency_Detection/actions/workflows/huggingface.yml/badge.svg)](https://github.com/shriarul5273/Robust_RGB-D_Saliency_Detection/actions/workflows/huggingface.yml)
[:hugs: HuggingFace-Space](https://huggingface.co/spaces/shriarul5273/Robust_RGB-D_Saliency_Detection) 
[:whale: Docker-Image](https://hub.docker.com/repository/docker/shriarul5273/robust_rgb-d_saliency_detection) 
[![arXiv](https://img.shields.io/badge/arXiv-2208.01762-00ff00.svg)](https://arxiv.org/pdf/2208.01762.pdf)
## Deployment of the paper:

[Robust RGB-D Fusion for Saliency Detection](https://arxiv.org/pdf/2208.01762.pdf)  published at the International Conference on 3D Vision 2022 (3DV 2022). Paper Code can be found at [Zongwei97/RFNet](https://github.com/Zongwei97/RFnet).


## View the Deployed app in :hugs: huggingface-spaces

https://huggingface.co/spaces/shriarul5273/Robust_RGB-D_Saliency_Detection

## Run container from Docker Hub Image 
```
docker run -it -p 7860:7860 shriarul5273/robust_rgb-d_saliency_detection:latest
```
Deployed app (in port 7860) http://localhost:7860 

## Build and run container locally

1. Build container 
```
docker build . --tag robust_rgb-d_saliency_detection:latest 
```

2. Run container from the 

```
docker run -it -d -p 7860:7860  robust_rgb-d_saliency_detection:latest
```
Deployed app (in port 7860) http://localhost:7860 


.