From 5aae6a622169c35f36b2550853a721acbdd7e935 Mon Sep 17 00:00:00 2001 From: JNingWei Date: Mon, 20 Nov 2017 10:12:12 +0800 Subject: [PATCH] Fix word --- inspect_model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspect_model.ipynb b/inspect_model.ipynb index b6a9438..67ecb6f 100644 --- a/inspect_model.ipynb +++ b/inspect_model.ipynb @@ -452,7 +452,7 @@ "\n", "The Region Proposal Network (RPN) runs a lightweight binary classifier on a lot of boxes (anchors) over the image and returns object/no-object scores. Anchors with high *objectness* score (positive anchors) are passed to the stage two to be classified.\n", "\n", - "Often, even positive anchors don't cover objects fully. So the RPN also regresses a refinement (a delta in location and size) to be applied to the anchros to shift it and resize it a bit to the correct boundaries of the object." + "Often, even positive anchors don't cover objects fully. So the RPN also regresses a refinement (a delta in location and size) to be applied to the anchors to shift it and resize it a bit to the correct boundaries of the object." ] }, { -- GitLab