Zhipeng commited on
Commit
5b8c267
·
1 Parent(s): ad90987

update gitattributes and readme with demo image links

Browse files
Files changed (2) hide show
  1. .gitattributes +1 -0
  2. README.md +7 -2
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  weights/*.pt filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  weights/*.pt filter=lfs diff=lfs merge=lfs -text
37
+ figures/**/*.jpg filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -36,9 +36,14 @@ model-index:
36
 
37
  ## Live Demo
38
 
39
- Try the model directly below, or open it in [full screen](https://huggingface.co/spaces/zpyuan/SymbolicCapsuleNetwork-demo).
40
 
41
- <gradio-app src="https://zpyuan-symboliccapsulenetwork-demo.hf.space"></gradio-app>
 
 
 
 
 
42
 
43
  This repository contains the HuggingFace model page assets for the **Symbolic Capsule Network (SCN)** segmentation checkpoint trained on **COCO 2017**.
44
 
 
36
 
37
  ## Live Demo
38
 
39
+ Try the model in the [interactive demo](https://huggingface.co/spaces/zpyuan/SymbolicCapsuleNetwork-demo).
40
 
41
+ ## Example Results
42
+
43
+ | | |
44
+ |---|---|
45
+ | ![bus](figures/demo/bus.jpg) | ![people](figures/demo/people.jpg) |
46
+ | ![scene](figures/demo/coco_000000104101.jpg) | ![scene2](figures/demo/coco_000000023912.jpg) |
47
 
48
  This repository contains the HuggingFace model page assets for the **Symbolic Capsule Network (SCN)** segmentation checkpoint trained on **COCO 2017**.
49