Skip to content

Releases: Burhan-Q/ultralytics-snippets

0.1.8

14 Aug 13:45
9481858
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.7...0.1.8

0.1.7

03 Aug 16:30
1953d95
Compare
Choose a tag to compare

What's Changed

  • Adds KWARGS and tracking examples by @Burhan-Q in #25
    • tracking example added including all keywords and default values
    • tracking example for looping frames and persisting tracker ids
    • new kwargs snippets for quick code inserts of model methods with all keywords and defaults
    • additional minor fixes and updates

Full Changelog: 0.1.6...0.1.7

0.1.6

30 Jul 12:47
bc9c7c3
Compare
Choose a tag to compare

What's Changed

Note

0.1.5 not published as it was patched quickly to fix some missing features

Full Changelog: 0.1.4...0.1.6

0.1.4

24 Jul 23:00
a3ecb12
Compare
Choose a tag to compare

What's Changed

  • Add example snippet for adding custom callbacks
  • Add snippet for setting custom callback
  • Modify filtering results example snippet to retain Boxes API methods
  • Add import snippet for task-results classes (Boxes, Masks, Probs, Keypoints, OBB)
  • Include docs page links for utility snippets
  • Clean up utils/parse.py and add docstrings
  • Update Readme
    • include new snippets
    • add section about using neovim including note about removing JSON comments

Full Changelog: 0.1.3...0.1.4

0.1.3

17 Jul 20:32
9577c97
Compare
Choose a tag to compare

What's Changed

  • Update Readme and Snippets by @Burhan-Q in #19
  • fixes #18
  • adds ultra.yolo-world-model snippet, which includes setup for custom classes via text prompts
  • include verbose argument for ultra.example-yolo-predict-kwords
  • correct link to docs in ultra.example-yolo-train-kwords

Full Changelog: 0.1.2...0.1.3

v0.1.2 - Add YOLO export snippet

12 Jul 11:52
e08558f
Compare
Choose a tag to compare
  • Readme additions and cleanups
  • Adds ultra.yolo-export snippet
  • Includes stream key-word argument to ultra.example-yolo-predict-kwords

0.1.1 - Fix

02 Jul 22:24
896ebe4
Compare
Choose a tag to compare

Quick patch fix after initial release.