You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
Hi all,
I'm a bit confused about the implementation of the
convolutional
function in4-Object_Detection/YOLOV3/core/common.py
: how come only the first and last element of the input listfilters_shape
are used, despite the list having a priori 4 elements? Is that a typo ?Thanks in advance !
The text was updated successfully, but these errors were encountered: