pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.73k stars 21.33k forks source link

Route layer issue with tiny-yolo #1087

Open vidda13 opened 6 years ago

vidda13 commented 6 years ago

I tried to implement Yolo form scratch on Tensorrt. it works with Yolov3 and not tiny yolo. I am getting this error. ERROR: route_20: all concat input tensors must have the same dimensions except on the concatenation axis And the dimension of the layer is -1.

Mundanee commented 6 years ago

@vidda13 Hi, I'm trying to implement tensorrt with yolov3, but can't convert leaky relu layer to what they want. I did some google and they said the layer not be supported by tensorrt for now, do you know how to solve this?

maheswarantp commented 4 years ago

I tried to implement Yolo form scratch on Tensorrt. it works with Yolov3 and not tiny yolo. I am getting this error. ERROR: route_20: all concat input tensors must have the same dimensions except on the concatenation axis And the dimension of the layer is -1.

Did u get this answer?