TensorFlow2.0-Examples icon indicating copy to clipboard operation
TensorFlow2.0-Examples copied to clipboard

Confused about convolutional layer implementation in YOLOv3

Open s-ilic opened this issue 2 years ago • 0 comments

Hi all,

I'm a bit confused about the implementation of the convolutional function in 4-Object_Detection/YOLOV3/core/common.py : how come only the first and last element of the input list filters_shape are used, despite the list having a priori 4 elements? Is that a typo ?

Thanks in advance !

s-ilic avatar Sep 09 '21 00:09 s-ilic