Skip to content

Commit 4faac34

Browse files
authored
Merge pull request #98 from Prathamesh5500/patch-1
remove typo
2 parents cf0d1ca + 5165602 commit 4faac34

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
@@ -453,7 +453,7 @@ Phew. Let's get to work.
453453

454454
Remember, the nub of any supervised learning algorithm is that **we need to be able to match predictions to their ground truths**. This is tricky since object detection is more open-ended than the average learning task.
455455

456-
For the model to learn _anything_, we'd need to structure the problem in a way that allows for comparisions between our predictions and the objects actually present in the image.
456+
For the model to learn _anything_, we'd need to structure the problem in a way that allows for comparisons between our predictions and the objects actually present in the image.
457457

458458
Priors enable us to do exactly this!
459459

@@ -619,7 +619,7 @@ Each object is represented by –
619619

620620
#### Download
621621

622-
Specfically, you will need to download the following VOC datasets –
622+
Specifically, you will need to download the following VOC datasets –
623623

624624
- [2007 _trainval_](http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtrainval_06-Nov-2007.tar) (460MB)
625625

0 commit comments

Comments
 (0)