aboutsummaryrefslogtreecommitdiff
path: root/report2/paper.md
diff options
context:
space:
mode:
Diffstat (limited to 'report2/paper.md')
-rwxr-xr-xreport2/paper.md6
1 files changed, 3 insertions, 3 deletions
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