yolov3-yolov4-matlab
yolov3-yolov4-matlab copied to clipboard
Missing output layers
Hi,
I am trying to run the code with various models taken originally from pjreddie. Currently I have stucked on the following issue:
_Error using assembleNetwork (line 47) Invalid network.
Error in importDarknetNetwork (line 164) net = assembleNetwork(lgraph);
Caused by: Network: Missing output layer. The network must have at least one output layer. Layer 'yolo_v3_id1': Unconnected output. Each layer output must be connected to the input of another layer. Layer 'yolo_v3_id2': Unconnected output. Each layer output must be connected to the input of another layer. Layer 'yolo_v3_id3': Unconnected output. Each layer output must be connected to the input of another layer._
The same issue applies to both yolo4 and yolo3 configs from pjreddie. How to solve this issue?
Hi,
I am trying to run the code with various models taken originally from pjreddie. Currently I have stucked on the following issue:
_Error using assembleNetwork (line 47) Invalid network.
Error in importDarknetNetwork (line 164) net = assembleNetwork(lgraph);
Caused by: Network: Missing output layer. The network must have at least one output layer. Layer 'yolo_v3_id1': Unconnected output. Each layer output must be connected to the input of another layer. Layer 'yolo_v3_id2': Unconnected output. Each layer output must be connected to the input of another layer. Layer 'yolo_v3_id3': Unconnected output. Each layer output must be connected to the input of another layer._
The same issue applies to both yolo4 and yolo3 configs from pjreddie. How to solve this issue?
Have you found the solution to problem?
你好 我正在尝试使用最初取自 pjreddie 的各种模型运行代码。目前,我遇到了以下问题: _Error 使用 汇编网络(第 47 行)无效的网络。 导入中的错误暗网网络(第 164 行)net = 组装网络(lgraph); 原因:网络:缺少输出层。网络必须至少有一个输出图层。层“yolo_v3_id1”:未连接的输出。每个图层输出必须连接到另一个图层的输入。层“yolo_v3_id2”:未连接的输出。每个图层输出必须连接到另一个图层的输入。层“yolo_v3_id3”:未连接的输出。每个层输出必须连接到另一个layer._的输入 同样的问题适用于 pjreddie 的 yolo4 和 yolo3 配置。如何解决这个问题?
你找到问题的解决方案了吗?
同问