Clear Filters
Clear Filters

License Error while running Yolov4 object detector

3 views (last 30 days)
I'm getting the following error message once I run the Yolov4 object detector. Also, the training data is not saved.
License checkout failed.
License Manager Error -15
Unable to connect to the license server.
Check that the network license manager has been started, and that the client machine can communicate with the license server.
Troubleshoot this issue by visiting:
Diagnostic Information:
Feature: Video_and_Image_Blockset
License path:
Licensing error: -15,0.
[sz,params.DetectionInputWasBatchOfImages] = vision.internal.cnn.validation.checkDetectionInputImage(...
params = parseDetectInputs(detector,I,varargin{:});
How to resolve this issue.

Answers (1)

Walter Roberson
Walter Roberson on 15 May 2024
It sounds as if you are configured for multiple license servers, and the license server you normally use does not have a license for you for Computer Vision Toolbox. When MATLAB attempts to find a license for Computer Vision Toolbox, it attempts to contact the other license servers that are configured -- and fails in doing so. (Possibly the additional license server is beyond a disconnected VPN)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!