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 (150 forks)batch import
good first issue

Repository metrics

Stars
 (413 stars)
PR merge metrics
 (No merged PRs in 30d)

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