Skip to content
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

Merged
merged 11 commits into from
Oct 30, 2024
Merged

Removes torch from ocr_wrapper #24

merged 11 commits into from
Oct 30, 2024

Commits on Oct 28, 2024

  1. Replaces PyTorch operations with NumPy and SciPy for tilt correction …

    …to remove dependency on PyTorch.
    Paethon committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e5a68d1 View commit details
    Browse the repository at this point in the history
  2. Replaces PyTorch operations with NumPy and SciPy for tilt correction …

    …to remove dependency on PyTorch.
    Paethon committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5967400 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'improvement/remove_torch' of github.com:deepopinion/ocr…

    …_wrapper into improvement/remove_torch
    Paethon committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7894a13 View commit details
    Browse the repository at this point in the history
  4. Removes left over comment

    Paethon committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a4f784b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ce04e4 View commit details
    Browse the repository at this point in the history
  6. Removes commented-out code related to tensor operations in `DetectTil…

    …t` class for cleanup.
    Paethon committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7d06603 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2224367 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    58de9a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Adds support for tilt correction using NumPy as an alternative to Tor…

    …ch, controlled by the `OCR_WRAPPER_USE_TORCH` environment variable.
    Paethon committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    165293c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0451c22 View commit details
    Browse the repository at this point in the history
  3. Updates environment variable for torch usage and refactors image proc…

    …essing logic in tilt correction modules to increase code readability and speed
    Paethon committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3eb7ae9 View commit details
    Browse the repository at this point in the history