Image Segmentation
ultralytics
PyTorch
English
object-detection
instance-segmentation
yolov8
coco
real-time
capsule-network
interpretable-ai
symbolic-ai
Eval Results (legacy)
Instructions to use zpyuan/SymbolicCapsuleNetwork with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use zpyuan/SymbolicCapsuleNetwork with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("zpyuan/SymbolicCapsuleNetwork") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Zhipeng commited on
Commit ·
5b8c267
1
Parent(s): ad90987
update gitattributes and readme with demo image links
Browse files- .gitattributes +1 -0
- 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
|
| 40 |
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|  |  |
|
| 46 |
+
|  |  |
|
| 47 |
|
| 48 |
This repository contains the HuggingFace model page assets for the **Symbolic Capsule Network (SCN)** segmentation checkpoint trained on **COCO 2017**.
|
| 49 |
|