yangxue0827/FPN_Tensorflow

The problem for not fixing BN

Open

#21 opened on Jun 6, 2018

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Python (413 stars) (150 forks)batch import
good first issue

Description

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.

Contributor guide