<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Computer Vision on SoloSoft</title><link>https://www.solosoft.dev/tags/computer-vision/</link><description>Recent content in Computer Vision on SoloSoft</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://www.solosoft.dev/tags/computer-vision/index.xml" rel="self" type="application/rss+xml"/><item><title>Apple's 2027 Smart Glasses Leak： Testing Four Frame Styles Heralds a New Era for</title><link>https://www.solosoft.dev/trends/2026-04-20-leak-apple-testing-four-distinct-frame-styles-for-/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/trends/2026-04-20-leak-apple-testing-four-distinct-frame-styles-for-/</guid><description>&lt;h2 id="why-is-apple-starting-with-frame-styles-to-define-smart-glasses"&gt;Why is Apple Starting with &amp;ldquo;Frame Styles&amp;rdquo; to Define Smart Glasses?&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Direct answer: Because Apple understands that for smart glasses to succeed, the primary condition is &amp;ldquo;people being willing to wear them outside.&amp;rdquo;&lt;/strong&gt; No matter how dazzling the technology, if the appearance is bulky and doesn&amp;rsquo;t align with everyday aesthetics, it&amp;rsquo;s destined to remain a toy for a niche group of geeks. From the four leaked styles—Bold Rectangular, Slim Rectangular, Classic Round/Oval, and Compact Oval—it&amp;rsquo;s evident that Apple&amp;rsquo;s strategy is to cover the full spectrum of user preferences, from business professional and fashion statement to understated classic. These are not arbitrary design choices but a strategic product matrix based on precise market segmentation.&lt;/p&gt;</description></item><item><title>Bunnings Showcases AI Shopping Agent at Google Event, Retail Industry Embraces N</title><link>https://www.solosoft.dev/trends/2026-04-24-bunnings-shows-off-ai-shopping-agent-at-google-sho/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/trends/2026-04-24-bunnings-shows-off-ai-shopping-agent-at-google-sho/</guid><description>&lt;h2 id="what-is-the-core-technology-behind-this-ai-shopping-agent"&gt;What is the core technology behind this AI shopping agent?&lt;/h2&gt;
&lt;p&gt;The answer is straightforward: &lt;strong&gt;a deep integration of computer vision and natural language processing (NLP)&lt;/strong&gt;. Bunnings&amp;rsquo; AI assistant is not just a simple chatbot; it combines Google Cloud&amp;rsquo;s Vision AI and Vertex AI, allowing customers to use voice or text to describe their needs via a mobile app or in-store device, such as &amp;ldquo;I need a drill that can drill into concrete walls.&amp;rdquo; The system then instantly analyzes product inventory, location, and price, and even provides personalized recommendations based on past purchase history. The amount of data processed behind this system is staggering—Bunnings&amp;rsquo; product catalog covers over 100,000 SKUs, and the AI can complete search and matching within 3 seconds.&lt;/p&gt;</description></item><item><title>Detectron2: Meta's Platform for Object Detection and Segmentation</title><link>https://www.solosoft.dev/post/detectron2-object-detection-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/detectron2-object-detection-2026/</guid><description>&lt;p&gt;Object detection has undergone a remarkable evolution over the past decade, from hand-crafted features to deep neural networks that can identify and locate objects with superhuman accuracy. &lt;strong&gt;Detectron2&lt;/strong&gt; stands at the current frontier of this evolution &amp;ndash; Meta AI&amp;rsquo;s open-source platform that implements state-of-the-art algorithms for object detection, segmentation, and pose estimation.&lt;/p&gt;
&lt;p&gt;Detectron2 is a ground-up rewrite of the original Detectron framework, which itself was Meta&amp;rsquo;s implementation of the pioneering Mask R-CNN architecture. Built entirely on PyTorch, Detectron2 embodies the lessons learned from years of computer vision research and production deployment at Meta scale.&lt;/p&gt;
&lt;p&gt;What sets Detectron2 apart from other computer vision frameworks is its combination of breadth and depth. It supports the full spectrum of vision tasks &amp;ndash; object detection, instance segmentation, semantic segmentation, panoptic segmentation, keypoint detection, and dense pose estimation &amp;ndash; with a unified architecture that makes it easy to experiment with different models, backbones, and training strategies.&lt;/p&gt;</description></item><item><title>GOT-OCR2.0: General OCR Theory Towards OCR-2.0 with Unified End-to-End Model</title><link>https://www.solosoft.dev/post/got-ocr2-general-ocr-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/got-ocr2-general-ocr-2026/</guid><description>&lt;p&gt;Optical Character Recognition has been a solved problem for decades &amp;ndash; for clean scanned documents with straightforward text. But the real world of visual content is far messier and more diverse. Mathematical equations with complex notation, tables with irregular cell structures, musical scores with specialized symbols, and scene text on signs and labels all defy traditional OCR approaches that assume clean, linear text on uniform backgrounds.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GOT-OCR2.0&lt;/strong&gt; (General OCR Theory, version 2.0), developed by researchers at Ucas-HaoranWei, represents a paradigm shift toward what the authors call OCR-2.0. Instead of the traditional pipeline of detection, segmentation, and recognition modules strung together, GOT-OCR2.0 is a single end-to-end model with 580 million parameters that directly maps image pixels to structured text output.&lt;/p&gt;</description></item><item><title>LayoutParser: Unified Open-Source Toolkit for Document Image Analysis</title><link>https://www.solosoft.dev/post/layout-parser-document-ai-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/layout-parser-document-ai-2026/</guid><description>&lt;p&gt;If you have ever tried to extract structured information from a scanned PDF, a historical newspaper archive, or a stack of invoices, you know the pain: every document looks different, every model expects a different input format, and every OCR engine spits out text in a different coordinate system. &lt;strong&gt;LayoutParser&lt;/strong&gt; was built to end that chaos.&lt;/p&gt;
&lt;p&gt;Developed by the &lt;a href="https://github.com/Layout-Parser/layout-parser"&gt;Layout-Parser team&lt;/a&gt;, this open-source deep learning toolkit provides a &lt;strong&gt;unified interface&lt;/strong&gt; for document image analysis tasks including layout detection, OCR integration, and visual information extraction. With over &lt;strong&gt;4,000 GitHub stars&lt;/strong&gt;, LayoutParser has become the go-to library for researchers and practitioners who need to turn document images into structured, machine-readable data.&lt;/p&gt;</description></item><item><title>LingBot-Map: Ant Group's Open-Source 3D Foundation Model for Real-Time Scene Reconstruction</title><link>https://www.solosoft.dev/post/lingbot-map-3d-reconstruction-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/lingbot-map-3d-reconstruction-2026/</guid><description>&lt;p&gt;3D scene reconstruction has long been a foundational challenge in computer vision. Traditional approaches rely on expensive LiDAR hardware, offline batch processing, or iterative optimization that is too slow for real-time applications. On April 16, 2026, &lt;strong&gt;Robbyant&lt;/strong&gt; &amp;ndash; the embodied AI division of Ant Group (蚂蚁集团) &amp;ndash; released &lt;strong&gt;LingBot-Map&lt;/strong&gt; (&lt;a href="https://github.com/robbyant/lingbot-map"&gt;github.com/robbyant/lingbot-map&lt;/a&gt;), a feed-forward 3D foundation model that changes this equation entirely.&lt;/p&gt;
&lt;p&gt;LingBot-Map takes a single RGB video stream and reconstructs dense, accurate 3D environments in real time &amp;ndash; no LiDAR, no multi-pass optimization, no offline processing. It runs at approximately 20 FPS at 518x378 resolution and maintains consistent accuracy over sequences exceeding 10,000 frames. The paper, available on arXiv (&lt;a href="https://arxiv.org/abs/2604.14141"&gt;2604.14141&lt;/a&gt;), reports state-of-the-art results across multiple benchmarks, including an Absolute Trajectory Error (ATE) of 6.42 meters on the Oxford Spires dataset &amp;ndash; a 2.8x improvement over prior methods &amp;ndash; and an F1 score of 98.98 on ETH3D, more than 20 points ahead of the competition.&lt;/p&gt;</description></item></channel></rss>