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

Add CRAFT Model #1530

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

Bennett-Petzold
Copy link

Converting from https://github.com/clovaai/CRAFT-pytorch. The original code is MIT-licensed.

TODO:

  • Verify Python -> Rust translation is correct (mainly the interpolate step)
  • Figure out how to set interpolate bi-linear interpolation in Candle
  • Allow for post-processing model (Option in construction)?
    • Requires output from the middle of the model, so can't be kept in a separate model
  • Allow for training (currently locked behind Sequence not supporting forwardT, could break apart Sequence into operations instead)
  • Preprocessing
  • Postprocessing
  • Verification against original Python approach
  • Example usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant