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 TextNet #34979

Open
wants to merge 117 commits into
base: main
Choose a base branch
from
Open

Add TextNet #34979

wants to merge 117 commits into from

Commits on Jan 16, 2024

  1. WIP

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c63915f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8e1bc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    185603e View commit details
    Browse the repository at this point in the history
  4. More changes

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5d21171 View commit details
    Browse the repository at this point in the history
  5. WIP

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a6e1cfd View commit details
    Browse the repository at this point in the history
  6. Add tests

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a8e4320 View commit details
    Browse the repository at this point in the history
  7. Add conversion script

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3b15aa9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c565cf3 View commit details
    Browse the repository at this point in the history
  9. Fix style and copies

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0457e74 View commit details
    Browse the repository at this point in the history
  10. Add fast model to init

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3fef261 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    597abe1 View commit details
    Browse the repository at this point in the history
  12. Fix import of cv2

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c3b43e7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4903a69 View commit details
    Browse the repository at this point in the history
  14. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c391cf6 View commit details
    Browse the repository at this point in the history
  15. Fix Build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d3bf608 View commit details
    Browse the repository at this point in the history
  16. fix style and fix copies

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    13ea2bb View commit details
    Browse the repository at this point in the history
  17. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1abfbc0 View commit details
    Browse the repository at this point in the history
  18. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f85fbda View commit details
    Browse the repository at this point in the history
  19. Fix Build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    cd0b45f View commit details
    Browse the repository at this point in the history
  20. Clean up docstrings

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6005f2f View commit details
    Browse the repository at this point in the history
  21. Fix Build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e56bff7 View commit details
    Browse the repository at this point in the history
  22. Fix Build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ac672f3 View commit details
    Browse the repository at this point in the history
  23. Fix Build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    aa1cc41 View commit details
    Browse the repository at this point in the history
  24. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    90e0cd8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c94fc70 View commit details
    Browse the repository at this point in the history
  26. some refactorings

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    47409eb View commit details
    Browse the repository at this point in the history
  27. Fix failing tests

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6b787d6 View commit details
    Browse the repository at this point in the history
  28. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    134f4cc View commit details
    Browse the repository at this point in the history
  29. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5b9608b View commit details
    Browse the repository at this point in the history
  30. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    344dc6e View commit details
    Browse the repository at this point in the history
  31. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    932d592 View commit details
    Browse the repository at this point in the history
  32. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5f1af19 View commit details
    Browse the repository at this point in the history
  33. Introduce TextNet

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c9a3543 View commit details
    Browse the repository at this point in the history
  34. Fix failures

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    12941e6 View commit details
    Browse the repository at this point in the history
  35. Refactor textnet model

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    30568ef View commit details
    Browse the repository at this point in the history
  36. Fix failures

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1f99e84 View commit details
    Browse the repository at this point in the history
  37. Add cv2 to setup

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    02e85ed View commit details
    Browse the repository at this point in the history
  38. Fix failures

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    632ef06 View commit details
    Browse the repository at this point in the history
  39. Fix failures

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8c25e47 View commit details
    Browse the repository at this point in the history
  40. Add CV2 dependency

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1537643 View commit details
    Browse the repository at this point in the history
  41. Fix bugs

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9718ca1 View commit details
    Browse the repository at this point in the history
  42. Fix build issue

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    26c7542 View commit details
    Browse the repository at this point in the history
  43. Fix failures

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ed85312 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    3f8be4d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    45ebd1e View commit details
    Browse the repository at this point in the history
  46. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5c6dbaf View commit details
    Browse the repository at this point in the history
  47. some cleanups

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    643ccac View commit details
    Browse the repository at this point in the history
  48. some cleanups

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d50df43 View commit details
    Browse the repository at this point in the history
  49. Some more cleanups

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6acd3ba View commit details
    Browse the repository at this point in the history
  50. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    85c128a View commit details
    Browse the repository at this point in the history
  51. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c22ba88 View commit details
    Browse the repository at this point in the history
  52. More cleanup

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2ee0440 View commit details
    Browse the repository at this point in the history
  53. More cleanup

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    04d761d View commit details
    Browse the repository at this point in the history
  54. More cleanup

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2572461 View commit details
    Browse the repository at this point in the history
  55. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c576f4a View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    5d58c67 View commit details
    Browse the repository at this point in the history
  57. More cleanup

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    cbf6c81 View commit details
    Browse the repository at this point in the history
  58. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1db7bd9 View commit details
    Browse the repository at this point in the history
  59. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bb4ac61 View commit details
    Browse the repository at this point in the history
  60. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    25b5063 View commit details
    Browse the repository at this point in the history
  61. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    268d3e8 View commit details
    Browse the repository at this point in the history
  62. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9003563 View commit details
    Browse the repository at this point in the history
  63. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5e2128c View commit details
    Browse the repository at this point in the history
  64. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    aa3a8f0 View commit details
    Browse the repository at this point in the history
  65. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0d518b0 View commit details
    Browse the repository at this point in the history
  66. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    89110a0 View commit details
    Browse the repository at this point in the history
  67. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    07ab3a2 View commit details
    Browse the repository at this point in the history
  68. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    66f9d5d View commit details
    Browse the repository at this point in the history
  69. Fix Build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3c09b69 View commit details
    Browse the repository at this point in the history
  70. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1698739 View commit details
    Browse the repository at this point in the history
  71. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6a47b12 View commit details
    Browse the repository at this point in the history
  72. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    744e157 View commit details
    Browse the repository at this point in the history
  73. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    93ad4a2 View commit details
    Browse the repository at this point in the history
  74. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bb01d85 View commit details
    Browse the repository at this point in the history
  75. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e9aafe9 View commit details
    Browse the repository at this point in the history
  76. Fix style

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c96a327 View commit details
    Browse the repository at this point in the history
  77. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c1f33d5 View commit details
    Browse the repository at this point in the history
  78. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    532ea29 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    0662b12 View commit details
    Browse the repository at this point in the history
  80. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b18822d View commit details
    Browse the repository at this point in the history
  81. fix build failure

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    78afd4f View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    7a59eb5 View commit details
    Browse the repository at this point in the history
  83. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e2ec8aa View commit details
    Browse the repository at this point in the history
  84. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1e4ed58 View commit details
    Browse the repository at this point in the history
  85. fix style failures

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    19368c7 View commit details
    Browse the repository at this point in the history
  86. fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    57fedc0 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    dc0b360 View commit details
    Browse the repository at this point in the history
  88. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6a6c45e View commit details
    Browse the repository at this point in the history
  89. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fca92a9 View commit details
    Browse the repository at this point in the history
  90. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    138e8e1 View commit details
    Browse the repository at this point in the history
  91. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e3fe76e View commit details
    Browse the repository at this point in the history
  92. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1a286d5 View commit details
    Browse the repository at this point in the history
  93. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e194612 View commit details
    Browse the repository at this point in the history
  94. Fix build

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    74881cf View commit details
    Browse the repository at this point in the history
  95. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a3c9636 View commit details
    Browse the repository at this point in the history
  96. Remove some script

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d40c57b View commit details
    Browse the repository at this point in the history
  97. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    66da2a0 View commit details
    Browse the repository at this point in the history
  98. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    44f7f90 View commit details
    Browse the repository at this point in the history
  99. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f9da25c View commit details
    Browse the repository at this point in the history
  100. Incorporate PR feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f94fcec View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    ef4b3b0 View commit details
    Browse the repository at this point in the history
  102. Incorporate PR Feedbacks

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bd09746 View commit details
    Browse the repository at this point in the history
  103. Fix CI failures

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a3427d7 View commit details
    Browse the repository at this point in the history
  104. Fix failing test

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e3916ad View commit details
    Browse the repository at this point in the history
  105. Fix failing test

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b46875c View commit details
    Browse the repository at this point in the history
  106. Fix failing test

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    20bb82d View commit details
    Browse the repository at this point in the history
  107. Fix failing test

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    344455c View commit details
    Browse the repository at this point in the history
  108. Fix failing test

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    28892e3 View commit details
    Browse the repository at this point in the history
  109. Fix failing test

    raghavanone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a7b238b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Add textnet to readme

    raghavanone committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1bce14f View commit details
    Browse the repository at this point in the history
  2. Improve readability

    raghavanone committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9a6efa0 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Incorporate PR feedbacks

    raghavanone committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ea6c3d8 View commit details
    Browse the repository at this point in the history
  2. fix code style

    raghavanone committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    43247b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. adding textnet

    jadechoghari committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    c56a220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73e3718 View commit details
    Browse the repository at this point in the history
  3. tvlt shouldn't be here

    jadechoghari authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    c22534a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. fix test modeling test

    jadechoghari committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    35f2f56 View commit details
    Browse the repository at this point in the history