From fbc302610907099d86e8fdf379b821964b0b8362 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 10 Dec 2018 19:39:42 +0000 Subject: Fix grammer --- report2/paper.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'report2') diff --git a/report2/paper.md b/report2/paper.md index 7cb28e3..86cf687 100755 --- a/report2/paper.md +++ b/report2/paper.md @@ -3,7 +3,7 @@ ## Probelm Definition -The person re-identification problem presented in this paper requires mtatching +The person re-identification problem presented in this paper requires matching pedestrian images from disjoint cameras by pedestrian detectors. This problem is challenging, as identities captured in photsos are subject to various lighting, pose, blur, background and oclusion from various camera views. This report considers @@ -22,8 +22,8 @@ times. Data is seperated in train, query and gallery sets with `train_idx`, `query_idx` and `gallery_idx` respectively, where the training set has been used to develop the ResNet50 model used for feature extraction. This procedure has allowed the evaluation of distance metric learning techniques on the query and -gallery sets, without an overfit feature set a the set, as it was explicitly -trained on the training set. +gallery sets, with the knowledge that we are not comparing overfitted features, +as they were extracted based on the model derived from the training set. ## Probelm to solve -- cgit v1.2.3-54-g00ecf