필터 지우기
필터 지우기

Object Detection Using YOLO v3 Deep Learning, Evaluate Model

조회 수: 1 (최근 30일)
준석 김
준석 김 2023년 5월 24일
댓글: Vivek Akkala 2023년 6월 1일
In the example of Object Detection Using YOLO v3 Deep Learning, only the code in the picture above is replaced, the rest of the code is the same.
This is the trained Detector.
In the Evaluate Model part, the value of results does not come out.
How can I solve this?

답변 (1개)

Vivek Akkala
Vivek Akkala 2023년 5월 25일
It is possible that the network may not have been trained entirely for the provided dataset. Please ensure that the loss function converges to the lowest possible level. To better comprehend loss convergence, you can test the example without modifying the data. Additionally, consider experimenting with different options such as tuning hyper-parameters, adjusting the network architecture, augmenting your data, or adding more training data to improve model performance.
  댓글 수: 2
준석 김
준석 김 2023년 6월 1일
편집: 준석 김 2023년 6월 1일
When I looked at lossinfo, only objLoss was high at 9.9643, and the rest of the loss did not exceed 1.
Will reducing objLoss solve it?
And what is the solution to reduce objLoss?
Vivek Akkala
Vivek Akkala 2023년 6월 1일
ObjLoss of 9.9 is pretty high. There are high chances that reducing objLoss would solve the problem. Try reducing the objLoss to less than 0.5.
It's difficult to suggest the a solution for reducing the objLoss as it highly depends on data and network architecture. I would start with the options mentioned in Deep Learning Tips and Tricks.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by