leeyoshinari / YOLO_v2

The implementation of YOLO v2 with TensorFlow
GNU General Public License v3.0
80 stars 38 forks source link

Batch Normalization Layer #20

Closed Stinky-Tofu closed 5 years ago

Stinky-Tofu commented 5 years ago

Hi, I don't see you save the mean and variance for inference. So how do you do BN at the time of detection?