License Error while running Yolov4 object detector

조회 수: 6 (최근 30일)
Divya
Divya 2024년 5월 15일
답변: Walter Roberson 2024년 5월 15일
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.

답변 (1개)

Walter Roberson
Walter Roberson 2024년 5월 15일
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)

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by