Video-Text-to-Text
Transformers
Safetensors
English
qwen2_5_vl
image-text-to-text
multimodal
text-generation-inference
Instructions to use OpenGVLab/VideoChat-R1_5-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenGVLab/VideoChat-R1_5-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("OpenGVLab/VideoChat-R1_5-7B") model = AutoModelForImageTextToText.from_pretrained("OpenGVLab/VideoChat-R1_5-7B") - Notebooks
- Google Colab
- Kaggle
篮球比赛识别
#1
by AwakenPurity - opened
请帮我识别这个视频中双方球员(1方、2方),双方球员的篮球动作行为(例如:{ "0": "背景", "1": "回放", "2": "进球-三分球", "3": "进球-两分球", "4": "进球-扣篮", "5": "罚球", "6": "跳球" })
AwakenPurity changed discussion status to closed