Skip to content

Commit 0d38943

Browse files
committed
some edits
1 parent a0716d5 commit 0d38943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Let's reproduce this logic with an example.
465465

466466
![](./img/matching1.PNG)
467467

468-
For convenience, we will assume there are just _seven_ priors, shown in red. The ground truths are in yellow – there are three actual objects in this image.
468+
For convenience, we will assume there are just seven priors, shown in red. The ground truths are in yellow – there are three actual objects in this image.
469469

470470
Following the steps outlined earlier will yield the following matches –
471471

@@ -581,7 +581,7 @@ The end result is that you will have just a single box – the very best one –
581581

582582
Non-Maximum Suppression is quite crucial for obtaining quality detections.
583583

584-
Happily, it's also the _final_ step.
584+
Happily, it's also the final step.
585585

586586
# Implementation
587587

0 commit comments

Comments
 (0)