Video-Text-to-Text
PEFT
Safetensors
lora
vision-language
video
optical-flow
uav
drone
motion
embodied-ai
spatial-intelligence
vlm
vla
world-model
Instructions to use choucsan/SIS-Motion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use choucsan/SIS-Motion with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "choucsan/SIS-Motion") - Notebooks
- Google Colab
- Kaggle
Add ModelScope badge, vlm/vla/world-model tags, Citation
Browse files
README.md
CHANGED
|
@@ -13,6 +13,9 @@ tags:
|
|
| 13 |
- motion
|
| 14 |
- embodied-ai
|
| 15 |
- spatial-intelligence
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# SIS-Motion
|
|
@@ -25,6 +28,7 @@ tags:
|
|
| 25 |
<a href="https://choucisan.github.io/publications/self-in-space"><img src="https://img.shields.io/badge/Website-Project_Page-blue?style=for-the-badge" alt="Website"></a>
|
| 26 |
<a href="https://github.com/IntelliSensing/Self-in-Space"><img src="https://img.shields.io/badge/GitHub-Self--in--Space-181717?style=for-the-badge&logo=github" alt="GitHub"></a>
|
| 27 |
<a href="https://huggingface.co/choucsan/SIS-Motion"><img src="https://img.shields.io/badge/%F0%9F%A4%97_HuggingFace-Model-yellow?style=for-the-badge" alt="Hugging Face"></a>
|
|
|
|
| 28 |
<a href="https://choosealicense.com/licenses/apache-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-green?style=for-the-badge" alt="License"></a>
|
| 29 |
</p>
|
| 30 |
|
|
@@ -234,6 +238,12 @@ The Qwen2.5-VL-7B base model is fetched from the `base_model_name_or_path` store
|
|
| 234 |
|
| 235 |
---
|
| 236 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
## Contact
|
| 238 |
|
| 239 |
For questions or collaboration requests:
|
|
|
|
| 13 |
- motion
|
| 14 |
- embodied-ai
|
| 15 |
- spatial-intelligence
|
| 16 |
+
- vlm
|
| 17 |
+
- vla
|
| 18 |
+
- world-model
|
| 19 |
---
|
| 20 |
|
| 21 |
# SIS-Motion
|
|
|
|
| 28 |
<a href="https://choucisan.github.io/publications/self-in-space"><img src="https://img.shields.io/badge/Website-Project_Page-blue?style=for-the-badge" alt="Website"></a>
|
| 29 |
<a href="https://github.com/IntelliSensing/Self-in-Space"><img src="https://img.shields.io/badge/GitHub-Self--in--Space-181717?style=for-the-badge&logo=github" alt="GitHub"></a>
|
| 30 |
<a href="https://huggingface.co/choucsan/SIS-Motion"><img src="https://img.shields.io/badge/%F0%9F%A4%97_HuggingFace-Model-yellow?style=for-the-badge" alt="Hugging Face"></a>
|
| 31 |
+
<a href="https://www.modelscope.cn/models/choucisan/SIS-Motion"><img src="https://img.shields.io/badge/ModelScope-Model-5E4AF5?style=for-the-badge&logo=modelscope" alt="ModelScope"></a>
|
| 32 |
<a href="https://choosealicense.com/licenses/apache-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-green?style=for-the-badge" alt="License"></a>
|
| 33 |
</p>
|
| 34 |
|
|
|
|
| 238 |
|
| 239 |
---
|
| 240 |
|
| 241 |
+
## Citation
|
| 242 |
+
|
| 243 |
+
The paper citation will be added after the arXiv paper release.
|
| 244 |
+
|
| 245 |
+
---
|
| 246 |
+
|
| 247 |
## Contact
|
| 248 |
|
| 249 |
For questions or collaboration requests:
|