Add support for Libreyolo #1397
andrewsalim101
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
@andrewsalim101 👋 could you open PR if possible |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Add supports for Libreyolo. I modify ultralytics part so libreyolo can work and i guess adding official support will be possible
libreyolo.py
auto_model.py
example:
detection_model = AutoDetectionModel.from_pretrained( model_type="libreyolo", model_path="weights/LibreDEIMv2atto.pt", confidence_threshold=0.25, device="cuda", )All reactions