Spaces:
Sleeping
Sleeping
thinh-researcher
commited on
Commit
·
ebccc50
1
Parent(s):
c4e40c4
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,14 @@ _Nguyen Truong Thinh Huynh, Van Linh Pham, Xuan Toan Mai and Tuan Anh Tran_
|
|
24 |
| ViT-L | 328,318,529 | Multi-GT | [Download](https://drive.google.com/file/d/1YhAuu3DI2adPLQgbgoSt74ilZbpuKihh/view?usp=sharing) | 224x224 |
|
25 |
| ViT-B | 107,654,977 | Multi-GT | [Download](https://drive.google.com/file/d/13Omafif3pvPKgg3Isp_srkHf8CSPx33d/view?usp=sharing) | 224x224 |
|
26 |
|
27 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
### Create a virtual environment
|
30 |
|
@@ -55,9 +62,6 @@ pip install -r requirements.txt
|
|
55 |
streamlit run streamlit_apps/app.py --server.port 9113 --browser.gatherUsageStats False --server.fileWatcherType none
|
56 |
```
|
57 |
|
58 |
-
![_](/docs/streamlit_samples/sample1_input.png)
|
59 |
-
![_](/docs/streamlit_samples/sample1_results.png)
|
60 |
-
|
61 |
## Datasets
|
62 |
|
63 |
### COME15K dataset
|
|
|
24 |
| ViT-L | 328,318,529 | Multi-GT | [Download](https://drive.google.com/file/d/1YhAuu3DI2adPLQgbgoSt74ilZbpuKihh/view?usp=sharing) | 224x224 |
|
25 |
| ViT-B | 107,654,977 | Multi-GT | [Download](https://drive.google.com/file/d/13Omafif3pvPKgg3Isp_srkHf8CSPx33d/view?usp=sharing) | 224x224 |
|
26 |
|
27 |
+
## Demo on HuggingFace
|
28 |
+
|
29 |
+
- https://huggingface.co/spaces/RGBD-SOD/S-MultiMAE
|
30 |
+
|
31 |
+
![_](/docs/streamlit_samples/sample1_input.png)
|
32 |
+
![_](/docs/streamlit_samples/sample1_results.png)
|
33 |
+
|
34 |
+
## How to run locally
|
35 |
|
36 |
### Create a virtual environment
|
37 |
|
|
|
62 |
streamlit run streamlit_apps/app.py --server.port 9113 --browser.gatherUsageStats False --server.fileWatcherType none
|
63 |
```
|
64 |
|
|
|
|
|
|
|
65 |
## Datasets
|
66 |
|
67 |
### COME15K dataset
|