keras-yolo
keras-yolo copied to clipboard
Stride in first layer
https://github.com/FMsunyh/keras-yolo/blob/0ba2396e3927d0b6e26a5b61a1b4ff70ad5e280e/core/models/yolo.py#L70
Shouldn't this be strides=(2,2)
here?