Shriarulmozhivarman commited on
Commit
c18d705
1 Parent(s): 1c949a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -9,4 +9,37 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ [![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)
13
+ [:hugs: HuggingFace-Space](https://huggingface.co/spaces/shriarul5273/Robust_RGB-D_Saliency_Detection)
14
+ [![arXiv](https://img.shields.io/badge/arXiv-2208.01762-00ff00.svg)](https://arxiv.org/pdf/2208.01762.pdf)
15
+ ## Deployment of the paper:
16
+
17
+ [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).
18
+
19
+
20
+ ## View the Deployed app in :hugs: huggingface-spaces
21
+
22
+ https://huggingface.co/spaces/shriarul5273/Robust_RGB-D_Saliency_Detection
23
+
24
+ ## Run container from Docker Hub Image
25
+ ```
26
+ docker run -it -p 7000:7000 shriarul5273/robust_rgb-d_saliency_detection:latest
27
+ ```
28
+ Deployed app (in port 7000) http://localhost:7000
29
+
30
+ ## Build and run container locally
31
+
32
+ 1. Build container
33
+ ```
34
+ docker build . --tag robust_rgb-d_saliency_detection:latest
35
+ ```
36
+
37
+ 2. Run container from the
38
+
39
+ ```
40
+ docker run -it -d -p 7000:7000 robust_rgb-d_saliency_detection:latest
41
+ ```
42
+ Deployed app (in port 7000) http://localhost:7000
43
+
44
+
45
+