Skip to content

Swappable Backend for LT-DETR#758

Draft
liopeer wants to merge 3 commits into
mainfrom
lionel-swappable-backend
Draft

Swappable Backend for LT-DETR#758
liopeer wants to merge 3 commits into
mainfrom
lionel-swappable-backend

Conversation

@liopeer
Copy link
Copy Markdown
Contributor

@liopeer liopeer commented May 29, 2026

What has changed and why?

  • introduces wrappers around the backends of LT-DETR

How has it been tested?

  • additional unit tests for checkpoint loading backwards compatibility

Did you update CHANGELOG.md?

  • Yes
  • Not needed (internal change)

Did you update the documentation?

  • Yes
  • Not needed (internal change without effects for user)

liopeer added 3 commits May 26, 2026 10:20
# Conflicts:
#	src/lightly_train/_task_models/dinov3_ltdetr_object_detection/task_model.py
except ModuleNotFoundError as e:
raise ModuleNotFoundError(
"onnxruntime is required for the ONNX backend but is not installed. "
"Install it via: pip install onnxruntime"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the user wants to use the CUDA engine, the will have to install onnxruntime-gpu instead.

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.

2 participants