Skip to content

Commit

Permalink
change desc
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Jan 10, 2022
1 parent 5553a63 commit 70f0b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctr/datasets/imgur5k.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class IMGUR5K(AbstractDataset):
>>> label_path="/path/to/IMGUR5K-Handwriting-Dataset/dataset_info/imgur5k_annotations.json")
>>> img, target = test_set[0]
Args:
train: whether the subset should be the training one
img_folder: folder with all the images of the dataset
label_path: path to the annotations file of the dataset
train: whether the subset should be the training one
use_polygons: whether polygons should be considered as rotated bounding box (instead of straight ones)
**kwargs: keyword arguments from `AbstractDataset`.
"""
Expand Down

0 comments on commit 70f0b78

Please sign in to comment.