yolo_tensorflow
yolo_tensorflow copied to clipboard
some prolems about code
I see "net = slim.max_pool2d(net, 2, padding='SAME', scope='pool_3')" in the code. Is anybody can tell why? I think it should be net = slim.max_pool2d(net, 2, padding='VALID', scope='pool_3'). Thanks in advance!
@Polaris-SDU They will yield the same result here...