Is YOLO v3 is working on MATLAB 2019b?

2 ビュー (過去 30 日間)
Mona Al-Kharraz
Mona Al-Kharraz 2020 年 7 月 21 日
編集済み: Anusha 2022 年 8 月 25 日
Hi everybody,
How I can know if the Yolo v3 on this link (https://www.mathworks.com/help/vision/examples/object-detection-using-yolo-v3-deep-learning.html) is working on MATLAB 2019b. It is working fine on MATLAB 2020a but I want to make sure it is working on MATLAB 2019b.
  2 件のコメント
Mona Al-Kharraz
Mona Al-Kharraz 2020 年 7 月 21 日
It seems not working. I install MATLAB 2019b and the code in the above linke is getting an error but I don't know if this problem can be solved or not
xinyi shen
xinyi shen 2022 年 6 月 29 日
Have the same issue. University HPC uses redhat6 can only install up to matlab 2019. Need to use yolov3

サインインしてコメントする。

回答 (1 件)

Anusha
Anusha 2022 年 8 月 25 日
編集済み: Anusha 2022 年 8 月 25 日
Hi,
I understand that you are trying to access yolov3ObjectDetector from MATLAB version R2019a. The yolov3ObjectDetector was introduced in MATLAB version of R2021a. You can update your MATLAB version to R2021a and later to use 'yolov3ObjectDetector' without any issues.
Please refer to the version history of ‘yolov3ObjectDetector’ in the link below for more information.
Further, to know if any feature is available in the working version of your MATLAB you can use type the following command in command prompt:
>> help <feature name>
For example, in case of yolov3ObjectDetector, you can use this following command:
>> help yolov3ObjectDetector
Thanks,
Anusha

カテゴリ

Help Center および File ExchangeGraphics Object Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by