Open cuixing158 opened 4 years ago
Hi there, I am adding @davidwillingham who works with the Deep Learning Toolbox who will be able to give you a status update on the YOLOv3 support from MATLAB.
@cuixing158 R2020a will include an example for Yolov3
I reproduced the original version of yolov3 / yolov4, but encountered the following problems:
Hi, are you refering to the performance of this example: https://www.mathworks.com/help/vision/examples/object-detection-using-yolo-v3-deep-learning.html
Yes, I refer to the official yolov3 column, but the performance of the loss function is greatly reduced by a slight change!The reverse error propagation efficiency is very low, and it is very slow to replace mse with GIOU or others! I hope you can really review the reason! thanks!
Hi,
Following up on your questions:
Yolov3 is a very common algorithm, but Matlab does not support it. Of course, it is not very flexible. It does not support the definition of the three types of loss functions of Yolov3, and the object detection algorithms do not support exporting as onnx models. There are only a few official ones. Simple classification model supports Onnx, And didn't answer any questions on matlab answers?