yangxue0827/FPN_Tensorflow

The problem for not fixing BN

Open

#21 opened on 2018年6月6日

GitHub で見る
 (6 comments) (0 reactions) (0 assignees)Python (413 stars) (150 forks)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.

コントリビューターガイド