-
Updated
Aug 19, 2020 - Python
fpn
Here are 27 public repositories matching this topic...
-
Updated
Sep 30, 2020 - Python
-
Updated
May 30, 2018 - Jupyter Notebook
-
Updated
May 9, 2019 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Jan 8, 2020 - Jupyter Notebook
-
Updated
Sep 23, 2020 - Jupyter Notebook
-
Updated
Nov 28, 2018 - C++
-
Updated
Oct 10, 2018 - Python
-
Updated
Jun 7, 2020 - Python
-
Updated
Jun 15, 2018 - Python
-
Updated
Nov 5, 2019 - Python
-
Updated
Oct 9, 2020
-
Updated
Jan 24, 2019 - Python
-
Updated
Dec 9, 2019 - Cuda
-
Updated
May 27, 2020 - Jupyter Notebook
-
Updated
Dec 18, 2019 - Python
-
Updated
Jul 2, 2020 - Python
-
Updated
Aug 30, 2018 - Python
-
Updated
Mar 21, 2018 - Python
-
Updated
May 8, 2019 - Python
-
Updated
May 2, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the fpn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fpn topic, visit your repo's landing page and select "manage topics."
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.