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

Consider updating text spotting code to remove detectron2 and AdelaiDet #512

Open
rwood-97 opened this issue Oct 11, 2024 · 2 comments
Open
Labels
enhancement New feature or request new feature

Comments

@rwood-97
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Detectron2 and AdelaiDet are now both fairly outdated.
I've created issues on both repos asking if they are being maintained and if they could be updated to support more recent torch versions and CUDA versions.

Issues are here:

If possible, it would be good to either:

  • Update detectron2/AdelaiDet
  • Move away from detectron2/AdelaiDet, this may require use to train our own model.

Unfortuantely it seems like a lot of researchers are still using htese for text spotting tasks and training text spotting models so it may be better to update the repos as opposed to move away from them.

Additional context
This has started because I am running into dependency issues on Baskerville

@rodrigopsr
Copy link

What is you problem exactly? I just compiled and used Detectron2 with PyTorch 2.5.1 Cuda 12.4 (on both Windows with CUDA 12.7 and Linux CUDA 12.4) and had no problemas at all. IDK about AdelaiDet.

@rwood-97
Copy link
Collaborator Author

Hi, the latest release is from 2021 and the docs only go up to CUDA 11.3 and torch 1.10. See here. Ideally we want to make sure our code is running on maintained/active dependencies as else we will be stuck using old versions of other packages too which is not ideal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new feature
Projects
Status: Backlog
Development

No branches or pull requests

2 participants