Onuralp SEZER
5d883447a3
docs: 📝 update Python version requirement to 3.9 in docs and clean up code
2025-07-14 20:21:35 +03:00
Onuralp SEZER
00fab37e58
feat: 🚀 dropping python 3.8 support and upgrade all codes to python3.9 syntax style as min
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2025-07-14 20:12:11 +03:00
SkalskiP
1a83005a44
add docs table style
2025-07-14 15:12:27 +02:00
Piotr Skalski
a192eed093
Merge pull request #1874 from Ashp116/single-iou
...
Feature: box_iou
2025-07-14 13:37:35 +02:00
Ashp116
2378d8bdca
UPDATE: Code review fix and docs updated
2025-07-12 14:50:43 -04:00
Onuralp SEZER
bf2a67b85b
chore: 🧹 update cookbook.html notebook versions to v0.26.0
2025-07-11 02:18:43 +02:00
Onuralp SEZER
fa98266914
chore: 🧹 removal of version constraint, using latest bbox annotator and removal of asset extra from installations
...
- Removed specific version constraint for `supervision` package in installation command.
- Updated references from `sv.BoundingBoxAnnotator` to `sv.BoxAnnotator` for consistency with the latest library changes.
- Removed asset extension of package installation because it is has been included into main package
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2025-07-11 02:10:08 +02:00
Onuralp SEZER
f90a94be2e
chore: 🧹 drop asset extra from installation and clean up import in video download duplicate
2025-07-11 01:56:42 +02:00
Onuralp SEZER
5206b6cbbb
docs: 📝 update sv and ultralytics packages and remove old BoundingBox annotator from cookbook for count objects notebook
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2025-07-11 01:11:46 +02:00
James
413db5a1e5
fix broken page
2025-07-10 18:39:38 +01:00
soumik12345
6448fc7ea1
chore: address feedback on google gemini support
2025-07-10 18:32:18 +05:30
James
21a3584513
fix
2025-07-10 11:03:48 +01:00
pre-commit-ci[bot]
091559433a
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-07-10 09:55:06 +00:00
James
b15a7ea005
fix wrapped text
2025-07-10 10:52:48 +01:00
Piotr Skalski
451b4b25d1
Merge pull request #1858 from roboflow/new-theme
...
New documentation theme
2025-07-10 11:39:23 +02:00
SkalskiP
4879ed38c8
include maestro link
2025-07-10 11:23:56 +02:00
James
796cc26fb9
fix version card alignment
2025-07-09 17:25:17 +01:00
James
8373a38b35
fix conflict
2025-07-09 17:12:13 +01:00
Onuralp SEZER
84d7fb29e0
Merge branch 'develop' into feature/gemini-object-detection
2025-07-09 15:54:58 +03:00
pre-commit-ci[bot]
e99fc921df
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-07-08 11:25:59 +00:00
James
0a7bf58905
respond to feedback
2025-07-08 12:25:35 +01:00
Soumik Rakshit
8a905ce79a
Merge branch 'develop' into fix/docs/track_objects
2025-07-08 16:12:17 +05:30
pre-commit-ci[bot]
5aa6b6f959
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-07-07 13:30:30 +00:00
SkalskiP
fcb47f7226
mkdocs update + pre-commit fix
2025-07-07 15:30:05 +02:00
soumik12345
3786017424
fix: Track Objects on Video example not retrieving class name correctly
2025-07-04 17:01:05 +05:30
pre-commit-ci[bot]
c2d0ed2365
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-06-18 21:23:04 +00:00
James
89ca7226b9
Merge branch 'develop' into new-theme
2025-06-18 17:20:33 -04:00
James
5313f479a4
fix kapa widget
2025-06-17 17:12:24 -04:00
James
463a54fb58
work on mobile styles
2025-06-17 16:08:45 -04:00
James
d5f06eaf6f
work on search styles
2025-06-17 14:55:56 -04:00
James
4255e63269
work on new theme
2025-06-17 09:34:23 -04:00
Onuralp SEZER
5d6ad66618
feat: ✨ add xyxy_to_xcycarh conversion function
2025-04-22 17:00:52 +03:00
Onuralp SEZER
1f692a043f
Merge branch 'develop' into feature/gemini-object-detection
2025-03-22 21:33:56 +03:00
pre-commit-ci[bot]
f1e067041e
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-03-20 19:58:09 +00:00
Blake Burch
73d69172db
Add segment tracking
2025-03-20 14:46:07 -05:00
Onuralp SEZER
0c4a156662
feat: ✨ implement normalized_xyxy_to_absolute_xyxy function and integrate into Google Gemini processing
2025-02-19 18:14:17 +03:00
Onuralp SEZER
2e38e8998f
Merge branch 'develop' into feature/support_for_qwen_2_5_vl
2025-02-18 17:07:35 +03:00
Piotr Skalski
dc449c4fff
Merge pull request #1771 from roboflow/ci/build/changes
...
ci: 👷 replace Poetry workflow with uv and switch to mkdocs-material-insiders
2025-02-18 15:01:35 +01:00
SkalskiP
7e19c633a6
merge 0.26.0 deprecation changes
2025-02-18 10:04:38 +01:00
Onuralp SEZER
a151685a57
docs: ✏️ Add documentation for xyxy_to_xywh function in utils.md
2025-02-18 01:05:56 +03:00
Onuralp SEZER
16848e9160
docs: 📝 update installation instructions to replace Poetry with uv in index.md
2025-01-09 00:30:45 +03:00
LinasKo
d061a4c89b
Add CropAnnotator image example
2024-12-11 18:09:31 +02:00
LinasKo
001f85ad0f
Add ComparisonAnnotator docs, remove Crop & RoundBox annotator from preview
...
* Up to 20 tabs can be made at once. This is likely a bug relating to the underlying mkdocs plugin, but a quick check for hardcoded values yielded nothing.
2024-12-11 16:58:36 +02:00
LinasKo
f3d27d8381
Cap ultralytics version
2024-12-05 17:23:05 +02:00
Onuralp SEZER
6889e33da5
Merge pull request #1696 from roboflow/docs/installations
...
docs: 📝 extend supervision installation methods
2024-11-29 22:31:49 +03:00
Onuralp SEZER
228b4cff0c
docs: 📝 extend supervision installation methods
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-11-29 20:59:32 +03:00
LinasKo
a5948c8992
Merge pull request #1697 from roboflow/docs/how-to-benchmark-model
...
How To Benchmark Models
2024-11-29 19:05:29 +02:00
LinasKo
853cbc428f
How to Benchmark: typos, images, Colab, correct class remap
2024-11-29 18:58:33 +02:00
LinasKo
d3f6570a89
Update model benchmarking guide with model running and metrics
...
* Install inference directly for now
2024-11-29 18:16:44 +02:00
LinasKo
d1c8adb33a
How To: Benchmark Model
...
* Initial version of model benchmarking guide
2024-11-28 15:53:44 +02:00