File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111setup (
1212 name = "sign-language-datasets" ,
1313 packages = packages ,
14- version = "0.0.11 " ,
14+ version = "0.0.12 " ,
1515 description = "TFDS Datasets for sign language" ,
1616 author = "Amit Moryossef" ,
1717 author_email = "amitmoryossef@gmail.com" ,
Original file line number Diff line number Diff line change 77
88from ...datasets import SignDatasetConfig
99import urllib .request
10- from cv2 import cv2
10+ import cv2
1111
1212from ...utils .signwriting .ocr import image_to_fsw
1313
Original file line number Diff line number Diff line change 77
88import numpy as np
99from numpy .lib .stride_tricks import as_strided
10- from cv2 import cv2
10+ import cv2
1111from PIL import Image , ImageDraw , ImageFont
1212import os
1313
Original file line number Diff line number Diff line change 11"""ocr tests"""
22import os
33from unittest import TestCase
4- from cv2 import cv2
4+ import cv2
55
66from sign_language_datasets .utils .signwriting .ocr import image_to_fsw
77
You can’t perform that action at this time.
0 commit comments