-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes torch from ocr_wrapper #24
Commits on Oct 28, 2024
-
Replaces PyTorch operations with NumPy and SciPy for tilt correction …
…to remove dependency on PyTorch.
Configuration menu - View commit details
-
Copy full SHA for e5a68d1 - Browse repository at this point
Copy the full SHA e5a68d1View commit details -
Replaces PyTorch operations with NumPy and SciPy for tilt correction …
…to remove dependency on PyTorch.
Configuration menu - View commit details
-
Copy full SHA for 5967400 - Browse repository at this point
Copy the full SHA 5967400View commit details -
Merge branch 'improvement/remove_torch' of github.com:deepopinion/ocr…
…_wrapper into improvement/remove_torch
Configuration menu - View commit details
-
Copy full SHA for 7894a13 - Browse repository at this point
Copy the full SHA 7894a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f784b - Browse repository at this point
Copy the full SHA a4f784bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce04e4 - Browse repository at this point
Copy the full SHA 4ce04e4View commit details -
Removes commented-out code related to tensor operations in `DetectTil…
…t` class for cleanup.
Configuration menu - View commit details
-
Copy full SHA for 7d06603 - Browse repository at this point
Copy the full SHA 7d06603View commit details -
Adds tests for tilt correction functionality using parameterized angl…
…es and image data.
Configuration menu - View commit details
-
Copy full SHA for 2224367 - Browse repository at this point
Copy the full SHA 2224367View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58de9a9 - Browse repository at this point
Copy the full SHA 58de9a9View commit details
Commits on Oct 30, 2024
-
Adds support for tilt correction using NumPy as an alternative to Tor…
…ch, controlled by the `OCR_WRAPPER_USE_TORCH` environment variable.
Configuration menu - View commit details
-
Copy full SHA for 165293c - Browse repository at this point
Copy the full SHA 165293cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0451c22 - Browse repository at this point
Copy the full SHA 0451c22View commit details -
Updates environment variable for torch usage and refactors image proc…
…essing logic in tilt correction modules to increase code readability and speed
Configuration menu - View commit details
-
Copy full SHA for 3eb7ae9 - Browse repository at this point
Copy the full SHA 3eb7ae9View commit details