MobileNet-YOLO icon indicating copy to clipboard operation
MobileNet-YOLO copied to clipboard

Get layer output blob

Open Rahn80643 opened this issue 5 years ago • 0 comments

Hi, is it possible to get the content of output blob from any layer in a model, for example, conv1 or conv2? I've read the code in yolo_detect.cpp, but it only takes the result from the last layer (Yolov3DetectionOutput).

Rahn80643 avatar Nov 27 '19 07:11 Rahn80643