Skip to content

Tags: jamjamjon/usls

Tags

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(gdino): add multi-batch inference support; integrate mm-gdino & …

…llmdet models; (#162)

And extend post-processing to token/phrase class-name modes

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update main.rs

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add RAM & RAM++ models (#158)

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clean up Cargo.toml by removing unused fields

Removed keywords and categories from Cargo.toml

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add RF-DETR-seg model (#154)

Add RF-DETR models:
- rf-detr-nano
- rf-detr-small
- rf-detr-medium
- rf-detr-seg-preview

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(yoloe): add visual prompt support and fix font loading bug (#152)

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(yoloe): support TensorRT/CUDA/CoreML; export ONNX models with dy…

…namic axes (#150)

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Cargo.toml

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.1.2 (#147)

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(yolo): integrate slsl::Tensor to accelerate preprocessing, infer…

…ence, and postprocessing (#143)

* Attempt to introduce `slsl`

* update: hub download and system font

* Accelerate image pre-processing