Skip to content

Commit

Permalink
Merge pull request #28 from robertknight/fix-tqdm-import
Browse files Browse the repository at this point in the history
Fix tqdm import in ocrs_models.datasets.hiertext
  • Loading branch information
robertknight authored Aug 12, 2024
2 parents 03ef651 + 3899ba9 commit 6a67f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrs_models/datasets/hiertext.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import torch
from torchvision.io import ImageReadMode, read_image, write_png
from torchvision.transforms.functional import resize
import tqdm
from tqdm import tqdm

from .util import (
Polygon,
Expand Down

0 comments on commit 6a67f8a

Please sign in to comment.