Update dataset.py

This commit is contained in:
Baek JeongHun 2020-02-25 20:16:22 +09:00 committed by GitHub
parent dff844874d
commit ffc3e01ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class LmdbDataset(Dataset):
And if you want to evaluate them with the model trained with --sensitive option,
use --sensitive and --data_filtering_off,
see https://github.com/clovaai/deep-text-recognition-benchmark/blob/e2197e83b06ef555e2eedf9fca0f84a796cd23b7/test.py#L137-L143
see https://github.com/clovaai/deep-text-recognition-benchmark/blob/dff844874dbe9e0ec8c5a52a7bd08c7f20afe704/test.py#L137-L144
"""
self.filtered_index_list = []
for index in range(self.nSamples):