Lucas Mahieu

Results 23 comments of Lucas Mahieu

Do you think this modification is sufficient: changing line 62 of yolo_v3_tiny.py : from : `inputs = slim.max_pool2d(inputs, [2, 2], scope='pool2')` to ``` if i < 5: inputs = slim.max_pool2d(inputs,...

The fix of the stride for the 5th max pooling (11th layer) is pushed. Pull request is pending . @i3oi3o Thanks for your edit.