seven-segment-ocr icon indicating copy to clipboard operation
seven-segment-ocr copied to clipboard

Digitizes numbers from videos & images of seven segment displays

Results 10 seven-segment-ocr issues
Sort by recently updated
recently updated
newest added

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.2.17 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

Go through and code review the entire library and refactor for modern python and design patterns.

refactor

Explore building a frontend web tool to parse the digits in videos and images

Verify python3 support

It may be useful to have a (backend and frontend) web service that parses digits out of a seven segment display video for the user

enhancement

I am having trouble getting any digits recognized even with the sample file you provided. It seems extremely sensitive to how you position the box around the digit. Is there...

refactor

Hi, would you be able to help with the error below? ``` Traceback (most recent call last): File "seven_segment_ocr.py", line 59, in digitsReadArray = read_video_digits(args.video, args.period) File "seven_segment_ocr.py", line 20,...

@alessandro-gentilini @suyashkumar I tried to test on your video by running the following line on Command Prompt **python seven_segment_ocr.py --video C:/Users/files/sample_files/test.mov --output C:/Users/files/out.csv --period 1** Unfortunately I received the following...