Meet YOLO26: next-gen vision AI.
Ultralytics
Back to customer stories
Transportation & LogisticsInfrastructure & transportation

SOHGA cuts parking monitoring time by 30% with Ultralytics YOLO

SOHGA cuts parking monitoring time by 30% with Ultralytics YOLO logo

Learn how SOHGA's MEGURU system uses Ultralytics YOLO26 to automate parking lot patrols, reduce patrol time by 30%, and improve safety.

SOHGA cuts parking monitoring time by 30% with Ultralytics YOLO

Problem

Parking lot patrols in Japan require staff to visually verify vehicle interiors, a task demanding sustained concentration that degrades within 15 to 20 minutes. This is an error-prone process that leaves occupants unfound and potential lives at risk.

Solution

SOHGA developed MEGURU, a mobile patrol system powered by Ultralytics YOLO26, enabling parking lot staff to scan license plates near-instantaneously while walking past parked cars. MEGURU standardizes the process while reducing patrol time.

Parking lot patrols are a routine but operationally demanding task across a range of industries in Japan. Parking lot patrols are often a requirement for certain industries like healthcare. For example, hospitals need to keep access roads clear for ambulances and wheelchair users, while other industries are required to check their parking lots for unattended occupants. For staff managing large lots across multiple patrol rounds a day, keeping track of every vehicle consistently is a real operational challenge.

SOHGA Co. built MEGURU to address this. Powered by Ultralytics YOLO26, MEGURU is a mobile license plate recognition system that helps patrol staff track every vehicle in a lot in real time, automatically distinguishing cars that have already been checked from ones that haven't, through simple audio feedback delivered via a smartphone.

Link to this sectionUsing computer vision to support parking lot patrols#

SOHGA's MEGURU system is designed around a straightforward workflow. A staff member carries an iPhone mounted on a selfie stick and walks through the parking lot at a normal pace. As they move past each vehicle, the system scans the license plate in real time and plays an audio alert: one sound for a new vehicle that hasn't been logged yet, and a different sound for one that has already been checked.

This audio-first design is intentional. Patrol staff are not just recording plates; they are also looking through car windows to check for occupants. By delivering feedback through sound rather than requiring staff to look at the screen, MEGURU keeps their attention on the vehicle rather than the device. A new plate is processed instantaneously, allowing staff to move from one vehicle to the next every 2-3 seconds. As the operators make their rounds, MEGURU is able to keep pace with the staff in real-time, delivering audio cues efficiently without breaking their visual focus.

The system is currently deployed across 112 clients in eastern Japan, operating on 147 devices, reducing patrol time by around 30% on average. In the most significant documented case, a patrol that previously took two hours was completed in 40 minutes.

Link to this sectionChallenges of license plate recognition on a moving device#

Reliable license plate recognition in a controlled, static environment is a well-understood problem. Doing it on a handheld smartphone moving through a parking lot is considerably more complex. As the patrol officer walks, the device shakes, the viewing angle changes from car to car, lighting conditions shift, and plates appear at varying distances and orientations. These conditions create motion blur and inconsistent framing that make standard OCR approaches unreliable.

SOHGA evaluated OCR during development and found it produced frequent misreads on visually similar characters. This is a meaningful problem in a system that depends on accurate plate identification. Japanese license plates use a defined set of characters rather than an open character set, which pointed toward a more targeted approach: training a detection model on only the characters that could actually appear on a plate, rather than relying on a general text recognition system.

This approach also made the model more robust to the physical realities of the scanning environment. Because the training data reflected real-world conditions such as motion blur, tilt, and variable lighting, the model learned to handle these variations rather than being tripped up by them.

Link to this sectionHow SOHGA uses Ultralytics YOLO26#

MEGURU's vision pipeline uses two Ultralytics YOLO models working in sequence:

License plate detection. The first model locates the license plate within each camera frame. Running at 10 frames per second on the iPhone, it continuously identifies the region of the image containing the plate as the device moves past each vehicle.

Character recognition. The second model takes the cropped plate region and identifies each character. Because it is trained specifically on the character set used in Japanese license plates, it operates within a constrained detection space that improves accuracy compared to general-purpose OCR. To handle frame-by-frame variation caused by motion, the system applies a majority-vote mechanism across multiple frames before confirming a read.

YOLO's speed and trainability were central to making this work. Running inference in real time on a consumer smartphone requires a model that is both accurate and lightweight. Training on a domain-specific dataset, rather than relying on an off-the-shelf OCR model, gave SOHGA the control they needed to tune performance for their exact use case. This resulted in the number plate recognition being near-instantaneous, with a 2-3 second time window reflecting the walking cadence of the operator between vehicles, with MEGURU being able to keep pace with this speed, delivering audio cues in real-time without making the patrol officer wait.

Link to this sectionWhy choose Ultralytics YOLO models?#

Ultralytics YOLO models offer the combination of real-time performance and training flexibility that MEGURU required. Running on a standard iPhone rather than dedicated hardware, the system needed a model that could deliver accurate inference at 10 FPS across the two-stage pipeline, including the detection and character recognition, without depending on a GPU or a cloud connection. YOLO's efficient architecture made that possible.

The ability to train on a domain-specific dataset was equally important. Japanese license plates use a constrained character set, and building a model trained specifically on those characters, rather than using a general text recognition system, gave SOHGA a more reliable and accurate foundation for character detection. The same training process also allowed the model to become robust to the real-world conditions of the patrol environment: motion blur, oblique angles, and variable lighting.

SOHGA also measured an unexpected benefit to patrol quality. Using brainwave monitoring equipment in a controlled trial, they found that staff without MEGURU could sustain concentration for around 10 to 15 minutes during a patrol. With MEGURU providing continuous audio feedback and removing the need to manually log plates, staff were able to maintain focused attention for up to an hour, which was the full duration of a patrol round.

Link to this sectionScaling patrol operations across Japan#

MEGURU is currently deployed across 100+ clients in eastern Japan, with 140+ devices in active use. The system serves two main customer groups, each using it to address a specific operational requirement.

Hospitals: Illegally parked vehicles on hospital access roads can block ambulance routes and prevent wheelchair access. MEGURU helps hospital patrol staff identify and log offending vehicles more efficiently.

Pachinko parlors: Japanese regulations require pachinko venues to patrol their parking lots and check for unattended occupants or children left unattended in a vehicle. MEGURU gives patrol staff a consistent, structured way to log every vehicle in the lot and ensure none are missed, replacing a manual process that was difficult to verify or standardize. MEGURU’s core function is to provide an easy way to distinguish between checked and unchecked vehicles, reducing staff concentration fatigue and improving the effectiveness of vehicle interior inspections, ultimately helping to save lives.

Another practical application is addressing unauthorized parking. Vehicles repeatedly using the lot without being pachinko customers had long been a persistent problem, difficult to manage effectively. By analyzing parking patterns, these vehicles can be clearly identified, and issuing warnings has been reported to bring repeat offenses down to zero.

Fig 1. meguru-outcome-image Fig 1. A license plate being analysed by MEGURU.

Beyond the core patrol use case, SOHGA has extended MEGURU's capabilities into visitor analytics, as Japanese license plates include the vehicle's registered locality, and due to plate data not being classified as personal information under Japanese law, clients can use MEGURU's records to understand where visitors travel from, how long they stay, and how frequently they return.

Link to this sectionBringing structure and consistency to parking lot patrols#

MEGURU addresses a straightforward operational problem: how to make sure every vehicle in a parking lot has been checked, and solves it in a practical, scalable way. By running two Ultralytics YOLO26 models on a standard iPhone, SOHGA has built a system that works in the real-world conditions of an active parking lot.

The results are measurable. Patrol time has been reduced by an average of 30% across deployments, with staff able to maintain consistent concentration throughout a full patrol round. With 100+ clients and 140+ devices deployed across eastern Japan, MEGURU is a great example of how computer vision models are playing an active role within cities to monitor safety, as well as being a reliable tool for parking lot management.

Curious about vision AI? Discover our licensing options to bring computer vision to your projects. Visit our GitHub repository and join our community.

Our solution to your industry

Real-time AI that works with your team

AI in Robotics

Power smarter machines with Ultralytics YOLO models. Vision AI in robotics drives autonomous navigation, perception, object tracking, and real-time control.
Learn more
Real-time AI that works with your team

AI in Logistics

Streamline logistics with Ultralytics YOLO models. Vision AI enables package inspection, sorting, vehicle tracking, and real-time warehouse safety monitoring.
Learn more
Real-time AI that works with your team

AI in Retail

Reimagine retail with Ultralytics YOLO models. Vision AI powers inventory tracking, shelf monitoring, queue management, and smarter customer insights.
Learn more
Real-time AI that works with your team

AI in Healthcare

Build healthcare solutions with Ultralytics YOLO models. Vision AI in healthcare powers faster medical imaging, smarter diagnostics, and patient monitoring.
Learn more
Real-time AI that works with your team

AI in Manufacturing

Optimize manufacturing with Ultralytics YOLO models. Vision AI drives quality control, defect detection, PPE compliance, and assembly line automation.
Learn more
Real-time AI that works with your operation

AI in Automotive

Apply computer vision in automotive with Ultralytics YOLO models. Vision AI elevates road safety, driver assistance, and vehicle automation for smarter roads.
Learn more
Real-time AI tailored to your operation

AI in Agriculture

Bring vision AI to smart agriculture with Ultralytics YOLO models. Power crop monitoring, livestock tracking, and precision farming for higher, smarter yields.
Learn more
Real-time AI that works with your team

AI in Robotics

Power smarter machines with Ultralytics YOLO models. Vision AI in robotics drives autonomous navigation, perception, object tracking, and real-time control.
Learn more
Real-time AI that works with your team

AI in Logistics

Streamline logistics with Ultralytics YOLO models. Vision AI enables package inspection, sorting, vehicle tracking, and real-time warehouse safety monitoring.
Learn more
Real-time AI that works with your team

AI in Retail

Reimagine retail with Ultralytics YOLO models. Vision AI powers inventory tracking, shelf monitoring, queue management, and smarter customer insights.
Learn more
Real-time AI that works with your team

AI in Healthcare

Build healthcare solutions with Ultralytics YOLO models. Vision AI in healthcare powers faster medical imaging, smarter diagnostics, and patient monitoring.
Learn more
Real-time AI that works with your team

AI in Manufacturing

Optimize manufacturing with Ultralytics YOLO models. Vision AI drives quality control, defect detection, PPE compliance, and assembly line automation.
Learn more
Real-time AI that works with your operation

AI in Automotive

Apply computer vision in automotive with Ultralytics YOLO models. Vision AI elevates road safety, driver assistance, and vehicle automation for smarter roads.
Learn more
Real-time AI tailored to your operation

AI in Agriculture

Bring vision AI to smart agriculture with Ultralytics YOLO models. Power crop monitoring, livestock tracking, and precision farming for higher, smarter yields.
Learn more
Real-time AI that works with your team

AI in Robotics

Power smarter machines with Ultralytics YOLO models. Vision AI in robotics drives autonomous navigation, perception, object tracking, and real-time control.
Learn more
Real-time AI that works with your team

AI in Logistics

Streamline logistics with Ultralytics YOLO models. Vision AI enables package inspection, sorting, vehicle tracking, and real-time warehouse safety monitoring.
Learn more
Real-time AI that works with your team

AI in Retail

Reimagine retail with Ultralytics YOLO models. Vision AI powers inventory tracking, shelf monitoring, queue management, and smarter customer insights.
Learn more
Real-time AI that works with your team

AI in Healthcare

Build healthcare solutions with Ultralytics YOLO models. Vision AI in healthcare powers faster medical imaging, smarter diagnostics, and patient monitoring.
Learn more
Real-time AI that works with your team

AI in Manufacturing

Optimize manufacturing with Ultralytics YOLO models. Vision AI drives quality control, defect detection, PPE compliance, and assembly line automation.
Learn more
Real-time AI that works with your operation

AI in Automotive

Apply computer vision in automotive with Ultralytics YOLO models. Vision AI elevates road safety, driver assistance, and vehicle automation for smarter roads.
Learn more
Real-time AI tailored to your operation

AI in Agriculture

Bring vision AI to smart agriculture with Ultralytics YOLO models. Power crop monitoring, livestock tracking, and precision farming for higher, smarter yields.
Learn more

Frequently asked questions

  • Ultralytics YOLO repositories are distributed under the AGPL-3.0 License by default. This OSI-approved license is designed for students, researchers, and enthusiasts, promoting open collaboration and requiring that any software using AGPL-3.0 components also be open-sourced. While this ensures transparency and fosters innovation, it may not align with commercial use cases.

    If your project involves embedding Ultralytics software and AI models into commercial products or services and you wish to bypass the open-source requirements of AGPL-3.0, an Enterprise License is ideal.

    Benefits of the Enterprise License include:

    • Commercial flexibility: Modify and embed Ultralytics YOLO source code and models into proprietary products without adhering to the AGPL-3.0 requirement to open-source your project.
    • Proprietary development: Gain full freedom to develop and distribute commercial applications that include Ultralytics YOLO code and models.

    To ensure seamless integration and avoid AGPL-3.0 constraints, request an Ultralytics Enterprise License using the form provided. Our team will assist you in tailoring the license to your specific needs.

  • The model you choose depends on your project requirements, including performance, accuracy, deployment target, and hardware constraints. For most new projects, Ultralytics YOLO26 is the recommended starting point because it offers the latest improvements in speed, accuracy, exportability, and multi-task support.

    Earlier YOLO model families remain available for teams with existing workflows or compatibility requirements.

    If you are starting fresh, choose YOLO26 first, then benchmark smaller or larger variants to find the right balance of speed and accuracy for your deployment environment.

  • Ultralytics YOLO models are a family of computer vision models for tasks such as object detection, segmentation, classification, pose estimation, and oriented object detection. YOLO26 is the latest stable version and is recommended for most new projects. Earlier YOLO versions remain available for teams with existing workflows or compatibility requirements.

  • Ultralytics YOLO models are computer vision architectures developed to analyze visual data from images and video. These models can be trained for tasks including object detection, classification, pose estimation, tracking, instance segmentation, and oriented object detection.

    The latest Ultralytics YOLO model family is YOLO26, with earlier YOLO versions available for existing workflows.

Let's build the future of AI together!

Begin your journey with the future of machine learning