Image Segmentation
Transformers
Safetensors
qwen3_vl
image-text-to-text
pixvl
qwen3-vl
visual-grounding
Instructions to use HudeKing/PixVL-baseline-bestcap-model3verify with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HudeKing/PixVL-baseline-bestcap-model3verify with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="HudeKing/PixVL-baseline-bestcap-model3verify")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("HudeKing/PixVL-baseline-bestcap-model3verify") model = AutoModelForMultimodalLM.from_pretrained("HudeKing/PixVL-baseline-bestcap-model3verify", device_map="auto") - Notebooks
- Google Colab
- Kaggle
PixVL-baseline-bestcap-model3verify
Public PixVL training export from exports/baseline_bestcap_model3verify_cycle20k_gres1k_step100_20260729. This repository contains the
complete Hugging Face model export. Source code and evaluation wrappers are
available at https://github.com/StuHude/PixVL.
The model is released for research use. It is initialized from Qwen3-VL-4B-SAMTok and follows the upstream model's license and usage restrictions.
- Downloads last month
- -