What tools to use to analyze yolov3 with squeezenet network miss detection?
Show older comments
We trained yolov3ObjectDetector as in the example
https://www.mathworks.com/help/vision/ug/object-detection-using-yolo-v3-deep-learning.html and the loss was close to 0.
While running [bboxes,scores,labels] = detect(detector.detector, resized, "Threshold", 0) with the above yolov3ObjectDetector, we get no results even for the training images.
We tried analyzing the network by using activations https://www.mathworks.com/help/deeplearning/ref/seriesnetwork.activations.html but it expects DAGNetwork object and the yolov3ObjectDetector is of type dlnetwork.
Can we convert dlnetwork to DAGNetwork and use the activations?
Any other tool that can help?
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!