Instructions to use egeozsoy/EndoViT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use egeozsoy/EndoViT with timm:
import timm model = timm.create_model("hf_hub:egeozsoy/EndoViT", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- medical
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
<!-- markdownlint-disable first-line-h1 -->
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- medical
|
| 5 |
+
- Image Feature Extraction
|
| 6 |
+
datasets:
|
| 7 |
+
- Geometryyy/Cholec80
|
| 8 |
+
- minwoosun/CholecSeg8k
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- markdownlint-disable first-line-h1 -->
|