Skip to content

Commit 37a9406

Browse files
authored
Merge pull request #29 from mseneshen/patch-1
Fixed typo
2 parents 0d38943 + 7dca270 commit 37a9406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ To remedy this, the authors opt to **reduce both their number and the size of ea
255255

256256
- `conv6` will use `1024` filters, each with dimensions `3, 3, 512`. Therefore, the parameters are subsampled from `4096, 7, 7, 512` to `1024, 3, 3, 512`.
257257

258-
- `conv6` will use `1024` filters, each with dimensions `1, 1, 1024`. Therefore, the parameters are subsampled from `4096, 1, 1, 4096` to `1024, 1, 1, 1024`.
258+
- `conv7` will use `1024` filters, each with dimensions `1, 1, 1024`. Therefore, the parameters are subsampled from `4096, 1, 1, 4096` to `1024, 1, 1, 1024`.
259259

260260
Based on the references in the paper, we will **subsample by picking every `m`th parameter along a particular dimension**, in a process known as [_decimation_](https://en.wikipedia.org/wiki/Downsampling_(signal_processing)).
261261

@@ -565,7 +565,7 @@ This process is called __Non-Maximum Suppression (NMS)__ because when multiple c
565565

566566
Algorithmically, it is carried out as follows –
567567

568-
- Upon selecting candidades for each _non-background_ class,
568+
- Upon selecting candidates for each _non-background_ class,
569569

570570
- Arrange candidates for this class in order of decreasing likelihood.
571571

0 commit comments

Comments
 (0)