Tag

vision

1 views collected around this technical thread.

DevOps
DevOps
Oct 23, 2024 · R&D Management

The Importance of Vision in Management and Its Impact on Small Teams

This article explores why vision is a crucial, psychologically driven element in management, illustrates its role through examples like Google and SpaceX, explains how even small technical teams benefit from a clear vision, and concludes with a promotional notice for a DevOps engineering certification.

CultureR&Dleadership
0 likes · 7 min read
The Importance of Vision in Management and Its Impact on Small Teams
Architects Research Society
Architects Research Society
Sep 30, 2023 · R&D Management

Key Skills for Successful Digital Leaders

Effective digital transformation hinges on strong leadership, requiring vision, communication, governance, agile collaboration, strategic hiring, embracing failure, and continuous learning, as illustrated by insights from MIT research and industry leaders across various organizations.

AgileDigital Transformationfailure management
0 likes · 12 min read
Key Skills for Successful Digital Leaders
DaTaobao Tech
DaTaobao Tech
May 10, 2023 · Mobile Development

Multi-Code Scanning Framework and Optimization for Mobile Apps

The article details how a mobile app’s scanner was re‑engineered from single‑code to multi‑code detection by overhauling the logic pipeline, adding UI overlays, implementing a rotation‑and‑scale transformation algorithm, integrating iOS Vision alongside the existing SDK, applying confidence filtering, deduplication, edge‑intelligence prediction, and memory‑optimized caching, ultimately boosting recognition rates by over 30 percentage points and reducing miss‑detections.

algorithmbarcode scanningiOS
0 likes · 11 min read
Multi-Code Scanning Framework and Optimization for Mobile Apps
Sohu Tech Products
Sohu Tech Products
Apr 12, 2023 · Artificial Intelligence

Using Apple CreateML for Object Detection: From Data Annotation to Model Deployment

This article walks through the complete workflow of building an iOS object‑detection model with Apple’s CreateML, covering data collection, JSON annotation, using Roboflow for labeling, configuring training parameters, exporting the model, and integrating it into a Swift app via the Vision framework.

CreateMLSwiftdata annotation
0 likes · 11 min read
Using Apple CreateML for Object Detection: From Data Annotation to Model Deployment
Sohu Tech Products
Sohu Tech Products
Mar 22, 2023 · Artificial Intelligence

Using Apple CreateML for Object Detection: From Data Annotation to Model Deployment

This article walks through the complete workflow of building an iOS object‑detection model with Apple CreateML, covering data collection, JSON‑based annotation (using Roboflow), training configuration, evaluation metrics, model export, and integration into a Swift app via the Vision framework.

CreateMLdata annotationiOS
0 likes · 11 min read
Using Apple CreateML for Object Detection: From Data Annotation to Model Deployment
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Feb 8, 2023 · Mobile Development

Implementing iOS 16 Depth Effect Using Image Segmentation with CoreML and Vision

This guide shows how to recreate iOS 16’s lock‑screen Depth Effect by integrating Apple’s pre‑trained DeeplabV3 CoreML model with Vision, running a VNCoreMLRequest on a resized image in a background thread, converting the output to a binary mask, and overlaying it on the original photo to simulate foreground‑background depth, with code examples and GitHub source.

CoreMLDepth EffectSwift
0 likes · 7 min read
Implementing iOS 16 Depth Effect Using Image Segmentation with CoreML and Vision
TAL Education Technology
TAL Education Technology
Oct 21, 2021 · Mobile Development

Implementation of a Lightweight Real-Time Face Sticker for Live Streaming on iOS

This article details the design and implementation of a low‑overhead face‑sticker solution for live‑streaming iOS apps, covering technical requirements, chosen libraries, JSON sticker format, 3D transformation pipelines, landmark smoothing, Euler‑angle handling, and the resulting performance advantages.

AR FiltersFace RecognitionGPUImage
0 likes · 15 min read
Implementation of a Lightweight Real-Time Face Sticker for Live Streaming on iOS
Hujiang Technology
Hujiang Technology
Dec 6, 2017 · Product Management

Top Tips for Negotiating with Stakeholders

This article offers product managers practical negotiation techniques—including securing a home base, identifying true stakeholders, using vision as a tool, maintaining consistency, proving rationale, committing to agile practices, asking open‑ended questions, focusing, listening, and standing firm on decisions—to effectively influence and align stakeholder expectations.

Agilecommunicationproduct-management
0 likes · 10 min read
Top Tips for Negotiating with Stakeholders
Hujiang Technology
Hujiang Technology
Jun 18, 2017 · Artificial Intelligence

Using Apple Core ML for On‑Device Machine Learning: A Practical Guide with ResNet‑50 Example

Core ML is Apple’s on‑device machine‑learning framework that integrates deep‑learning, decision‑tree, SVM and linear models into iOS apps, leveraging Accelerate, BNNS and Metal Performance Shaders, and the article demonstrates its use with a ResNet‑50 model, Vision APIs, and complete Objective‑C code.

Core MLObjective-CResNet50
0 likes · 6 min read
Using Apple Core ML for On‑Device Machine Learning: A Practical Guide with ResNet‑50 Example