Skip to content

Commit

Permalink
Add a note about which tasks each dataset is for
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Feb 10, 2024
1 parent e2b30fe commit 644c419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocrs_models/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class SizedDataset(Dataset, Sized):

class DDI100(SizedDataset):
"""
Distorted Document Images (DDI-100) dataset.
Distorted Document Images (DDI-100) dataset for text detection.
See https://github.com/machine-intelligence-laboratory/DDI-100
and https://arxiv.org/abs/1912.11658.
Expand Down Expand Up @@ -230,7 +230,7 @@ def reorder_quad(quad):

class HierText(SizedDataset):
"""
HierText dataset.
HierText dataset for text detection.
See https://github.com/google-research-datasets/hiertext and
https://arxiv.org/abs/2203.15143.
Expand Down

0 comments on commit 644c419

Please sign in to comment.