Instructions to use sthui/SimpleSeg-Kimi-VL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sthui/SimpleSeg-Kimi-VL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sthui/SimpleSeg-Kimi-VL", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sthui/SimpleSeg-Kimi-VL", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,9 @@ library_name: transformers
|
|
| 5 |
# Towards Pixel-level VLM Perception via Simple Points Prediction
|
| 6 |
|
| 7 |
<div align="center">
|
|
|
|
|
|
|
|
|
|
| 8 |
<a href="">
|
| 9 |
<b>📄 Tech Report</b>
|
| 10 |
</a> |
|
|
|
|
| 5 |
# Towards Pixel-level VLM Perception via Simple Points Prediction
|
| 6 |
|
| 7 |
<div align="center">
|
| 8 |
+
<a href="https://simpleseg.github.io/">
|
| 9 |
+
<b>📄 Homepage</b>
|
| 10 |
+
</a> |
|
| 11 |
<a href="">
|
| 12 |
<b>📄 Tech Report</b>
|
| 13 |
</a> |
|