yangxue0827/FPN_Tensorflow

The problem for not fixing BN

Open

#21 建立於 2018年6月6日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)Python (413 star) (150 fork)batch import
good first issue

描述

What is the Map in pascal voc 07 dataset using this code? As i read your code, i find that you do not fix the BN parameters. The batchsize is small, following the paper FPN or Mask RCNN, you need to set the training and trainbale to False for the slim.batch_norm op. I am testing whether this is the problem for the bad generalization for mutiple objects.

貢獻者指南