License Error while running Yolov4 object detector
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponses (1)
Walter Roberson
le 15 Mai 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)
0 commentaires
Voir également
Catégories
En savoir plus sur Application Deployment dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!