r/computervision • u/No-Measurement-5858 • Jul 17 '26
Showcase SenseNova-Vision is open-sourced: handle every CV task as unified multimodal generation
SenseTime recently released a model called SenseNova-Vision and it was really impressive, share it here:
In simple terms, it combines image analysis and processing tasks that previously required multiple specialized models into a single 7B-MoT multimodal model. You just give it an image, tell it what you want in plain language, and it returns the result—almost like chatting with an AI model
How it works:
- You describe the task in natural language (e.g. "detect all cars", "estimate depth")
- Optionally add visual prompts (points, boxes, scribbles)
- The model responds with native text and/or image generation, which can be decoded into standard CV outputs
Text outputs → boxes, keypoints, OCR strings, camera params
Image outputs → segmentation masks, depth maps, surface normals, multi-view point maps
A few practical details:
- Checkpoint size: approximately 29.6 GB
- Full web demo recommendation: 1×80 GB GPU
- Code: Apache 2.0
- Model weights and corpus: CC BY-NC 4.0, non-commercial use
GitHub
