ultralytics / yolov3

YOLOv3 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
10.16k stars 3.44k forks source link

84 Layer before convolutional layer must output image.: File exists #861

Closed seboz123 closed 4 years ago

seboz123 commented 4 years ago

Hi,

I am trying to run launch yolo in ROS, based on the autoware package. Unfortunately when I run the network with the config: yolov3-spp.cfg and the converted weights from yolov3-spp-ultralytics.weights I get an Error in layer 84: 84 Layer before convolutional layer must output image.: File exists /vision/darknet/src/utlis.c:253: error: Assertion '0' failed. The config input height and width are 608.

Loaded network config looks like this: 75 conv 512 1 x 1 / 1 19 x 19 x1024 -> 19 x 19 x 512 0.379 BFLOPs
76 conv 1024 3 x 3 / 1 19 x 19 x 512 -> 19 x 19 x1024 3.407 BFLOPs
77 conv 512 1 x 1 / 1 19 x 19 x1024 -> 19 x 19 x 512 0.379 BFLOPs
78 max 5 x 5 / 1 19 x 19 x 512 -> 23 x 23 x 512
79 route 77
80 max 9 x 9 / 1 19 x 19 x 512 -> 27 x 27 x 512
81 route 77
82 max 13 x 13 / 1 19 x 19 x 512 -> 31 x 31 x 512
83 route 82 80 78 77
84 Layer before convolutional layer must output image.: File exists

glenn-jocher commented 4 years ago

Hello, thank you for your interest in our work! This issue seems to lack the minimum requirements for a proper response, or is insufficiently detailed for us to help you. Please note that most technical problems are due to:

If none of these apply to you, we suggest you close this issue and raise a new one using the Bug Report template, providing screenshots and minimum viable code to reproduce your issue. Thank you!

glenn-jocher commented 4 years ago

I'll close this issue for now as the original issue appears to have been resolved, and/or no activity has been seen for some time. Feel free to comment if this is not the case.