Video-Text-to-Text
Transformers
Safetensors
qwen3_vl
image-text-to-text
qwen3-vl
video
motion-analysis
motion-quality-assessment
Instructions to use JohnZhan/MotionInsight-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JohnZhan/MotionInsight-8B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("JohnZhan/MotionInsight-8B") model = AutoModelForMultimodalLM.from_pretrained("JohnZhan/MotionInsight-8B", device_map="auto") - Notebooks
- Google Colab
- Kaggle