Instructions to use Emreuludasdemir/teknofest2026-task3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LightGlue
How to use Emreuludasdemir/teknofest2026-task3 with LightGlue:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| """Task 3 deneysel YOLOE + LightGlue backend.""" | |
| from src.task3.experimental.backend import Task3ExperimentalUnavailableError, YoloeVpLightGlueBackend | |
| __all__ = ["Task3ExperimentalUnavailableError", "YoloeVpLightGlueBackend"] | |