Commit Graph

718 Commits

Author SHA1 Message Date
SkalskiP 1db8e12e1b small changes 2024-07-12 18:47:41 +02:00
pre-commit-ci[bot] fb041f9b6c fix(pre_commit): 🎨 auto format pre-commit hooks 2024-07-12 15:20:00 +00:00
LinasKo 28f83b18f9 Deprecate BoundingBoxAnnotator, rename to BoxAnnotator 2024-07-12 18:18:50 +03:00
LinasKo feb779bae9 Extended code examples in changelog 2024-07-12 15:48:07 +03:00
LinasKo 521dc57b76 Brief early mention that Dataset.images is deprecated 2024-07-12 15:18:20 +03:00
LinasKo a0775544df Fix typo: future deprecation will be removed, not 'were' removed 2024-07-12 15:11:17 +03:00
LinasKo 14a0e299a1 Changelog, reorder deprecations 2024-07-12 15:08:11 +03:00
LinasKo 1e783b623b Wording: <TTF_FONT_PATH> 2024-07-12 15:05:09 +03:00
LinasKo c7a8654390 deprections text: five subsequent release 2024-07-12 15:03:24 +03:00
Piotr Skalski a7f8aee2c7
Merge pull request #1332 from roboflow/feat/cheatsheet-links
Add cheatsheet links in supervision docs, readme
2024-07-12 13:25:15 +02:00
LinasKo 5d979df2f9 Add CropAnnotator PR link 2024-07-12 01:19:46 +03:00
LinasKo 5006f8c2f7 Add heading to deprecations page 2024-07-12 00:19:46 +03:00
LinasKo 8570ce68e2 'new' marker on Detections/Utils 2024-07-12 00:18:21 +03:00
LinasKo 3d3bbb4095 Add recently removed deprecations 2024-07-12 00:08:12 +03:00
LinasKo a1e3543897 Redo demo.ipynb, quickstart.ipynb images 2024-07-12 00:04:48 +03:00
LinasKo 4b82679b00 Add to changelog: KeyPoints.from_detectron2, xcycwh_to_xyxy 2024-07-11 23:17:18 +03:00
LinasKo 084926ded3 Deprecations, changelog, notebook cleanup, 'new' markers 2024-07-11 03:21:41 +03:00
SkalskiP e0fb73f18a `xywh_to_xyxy` and `xcycwh_to_xyxy` box utils 2024-07-10 12:13:07 +02:00
LinasKo 172877a3cf Fix accidental changes, rearrange utils, rename methods 2024-07-09 14:56:30 +03:00
LinasKo 57ae7467b9 Add cheatsheet links in supervision docs, readme 2024-07-08 13:57:12 +03:00
LinasKo 4b9b70fbb2 LazyDataset Loading - accept List[str] of images
* Unfinished
* Untested
* Committing to show Piotr a bit earlier
2024-07-04 14:21:45 +03:00
LinasKo 71bdb01547 Sinks cookbooks: add 'person' label, min_consectutive_frames 2024-06-24 15:35:21 +03:00
LinasKo 92a5a931a8 Merge branch 'develop' into cookbooks/json-csv-sinks 2024-06-24 15:08:16 +03:00
LinasKo 0ecd88d4d1 Sink cookbooks: Fix cell output error 2024-06-24 14:36:03 +03:00
LinasKo 4d12853b95 Sink cookbooks fix: _to_detections unpacks into List[Detections]
* 1 sv.Detections per frame
2024-06-24 14:31:59 +03:00
LinasKo 9333460ee9 Tidy up Sink cookbook text 2024-06-24 13:31:35 +03:00
Onuralp SEZER 0df56b1d66
docs(notebook): code clean up and table of content fixes made for mkdocs version
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-06-20 21:26:56 +03:00
SkalskiP 0200fd307b mark `InferenceSlicer` with new status 2024-06-05 18:00:54 +02:00
Piotr Skalski 6a199c5d7e
Merge pull request #1260 from roboflow/final-changes-before-supervision-0.21.0-release
final changes before `supervision-0.21.0`
2024-06-05 17:55:51 +02:00
LinasKo 13b46dda67 Update "New" tags in docs, fix typo in one heading 2024-06-05 17:44:25 +02:00
SkalskiP 9a42372ff6 changelog updated 2024-06-05 17:37:01 +02:00
Linas Kondrackis f7bd7011fe OverlapFilter: Add and validate docs, rename 2024-05-30 13:45:12 +03:00
Linas Kondrackis 6ad32406af fix: change doc path for overlap_handling, add box_non_max_merge 2024-05-29 16:31:29 +03:00
Linas Kondrackis 4dc001d9bf Renamed overlap strategy, added into InferenceSlicer docs page 2024-05-29 15:53:04 +03:00
Onuralp SEZER a6b985ff4b
refactor: 📦 supervision updated to 0.21.0
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-05-28 22:53:07 +03:00
SkalskiP f2716252d5 small refactor + docs improvements 2024-05-21 11:43:09 +02:00
pre-commit-ci[bot] ab55e81087 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-05-20 19:41:35 +00:00
magda_sk 7b42d8381b
Merge branch 'develop' into 1114_RLE_support_for_COCO 2024-05-20 21:41:22 +02:00
magda skoczen dfac30cba7 change docu for mask_has_multiple_segments and mask_has_holes and add to global __init__.py 2024-05-20 20:45:17 +02:00
Linas Kondrackis de5349ad6d docs: calculate_optimal_text_scale, not calculate_optimal_font_scale
* Latter does not exist
2024-05-17 09:17:38 +03:00
Linas Kondrackis 2c769e2f72 Missing return in another slicer callback 2024-05-16 10:11:03 +03:00
Onuralp SEZER 7b259145bb
Merge branch 'develop' into RichLabelAnnotator 2024-05-15 18:53:25 +03:00
Onuralp SEZER 24d1840ea1
docs: 📝 RichLabelAnnotator documentation added into docs and minor var fixes
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-05-15 18:35:36 +03:00
Linas Kondrackis a9044e4fed Merge branch 'develop' into feat/inference-slicer-segmentation 2024-05-13 16:52:50 +03:00
Linas Kondrackis 85e4c0ec65 Slicer: highlight & mask docstring 2024-05-13 16:51:59 +03:00
Linas Kondrackis 93398108ee Slier docs: remove transfomer example - has issues. 2024-05-13 16:26:35 +03:00
Piotr Skalski f41adca384
Merge pull request #1173 from roboflow/vertex_label_annotator
`VertexLabelAnnotator`
2024-05-13 15:23:51 +02:00
Linas Kondrackis 45e5f49c5a Infrence slicer docs: fix callbacks in transfomers 2024-05-13 16:20:05 +03:00
LinasKo 4c36b39f94 Untested: Small object segmentationation 2024-05-13 15:41:43 +03:00
pre-commit-ci[bot] e13c7dc22c fix(pre_commit): 🎨 auto format pre-commit hooks 2024-05-13 12:31:37 +00:00
SkalskiP 051fe5178b VertexLabelAnnotator plugged into docs 2024-05-13 14:30:55 +02:00
SkalskiP d21c98a4d2 docs updated; `rle_to_mask` and `mask_to_rle` added to `__init__.py` 2024-05-13 12:06:38 +02:00
Linas Kondrackis 816aecb51b PR comments: tuples, docs, optional 2024-05-13 11:35:23 +03:00
Linas Kondrackis 528c960587 Minor docs update: missing return in inference slicer callback 2024-05-11 13:38:59 +03:00
SkalskiP ab0882dd55 initial version of `VertexLabelAnnotator` 2024-05-06 18:15:05 +02:00
pre-commit-ci[bot] 6ae99444b5 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-04-24 17:24:18 +00:00
SkalskiP 7a90eefd5b changelog updated version bump from `0.20.0rc2` to `0.20.0` 2024-04-24 19:22:59 +02:00
SkalskiP 1c42838ca1 improved docs linking 2024-04-24 16:35:34 +02:00
SkalskiP 908f3d14c6 improved docs linking 2024-04-24 16:28:48 +02:00
SkalskiP 389453777e vertex and edge annotators visualizations added 2024-04-24 16:18:21 +02:00
SkalskiP 77793571b0 major docs refactor 2024-04-24 15:39:08 +02:00
Linas Kondrackis 741309fd09 Remove Skeleton from __init__, small renames, consts 2024-04-24 13:13:10 +03:00
pre-commit-ci[bot] e2865ecda7 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-04-23 22:21:49 +00:00
SkalskiP 2745c70ae0 docs plugged into `mkdocs.yml` 2024-04-24 00:21:19 +02:00
pre-commit-ci[bot] c27d9eaf22 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-04-09 21:16:21 +00:00
SkalskiP 5eb43a25c9 Merge remote-tracking branch 'origin/letterbox_pr_docs_improvements' into letterbox_pr_docs_improvements 2024-04-09 23:15:57 +02:00
SkalskiP e0d5f00ae3 initial version of `How to Save Detections` guide done 2024-04-09 23:15:49 +02:00
pre-commit-ci[bot] 99fbd4b601 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-04-09 20:45:09 +00:00
SkalskiP d929d6f58b `How to Save Detections` guide update 2024-04-09 22:44:10 +02:00
SkalskiP c30e377eb5 more docs improvements 2024-04-09 22:07:12 +02:00
SkalskiP 079e62fb0c rename `place_image` to overlay `image` 2024-04-09 21:23:23 +02:00
SkalskiP 94e06ab0d6 scale_image, resize_image changes 2024-04-09 16:46:05 +02:00
pre-commit-ci[bot] 5b1ee8f870 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-04-09 12:31:32 +00:00
SkalskiP 574c61b6b0 initial commit 2024-04-09 14:28:40 +02:00
Jonas Pirner 0ae2c1206f
fix: formatting in notebook.md 2024-04-06 21:40:19 +02:00
Piotr Skalski 372e703a7a
Merge pull request #1028 from roboflow/feature/add_tiles_generator
Add util to create image tiles
2024-04-05 18:37:19 +02:00
pre-commit-ci[bot] 0a919db9fd fix(pre_commit): 🎨 auto format pre-commit hooks 2024-04-05 16:02:57 +00:00
SkalskiP 473f140133 `create_batches` and `fill` docs added 2024-04-05 18:01:17 +02:00
SkalskiP c9095881ae docs updates 2024-04-05 17:33:52 +02:00
SkalskiP e2f1d5812e docs improvements 2024-04-05 12:10:10 +02:00
pre-commit-ci[bot] dd7fddb4f5 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-04-05 09:50:00 +00:00
SkalskiP ee38ba36c4 docs improvements 2024-04-05 11:49:43 +02:00
Piotr Skalski f4f9b3d53a
Merge pull request #1068 from roboflow/docs/anaconda-install
docs: 📚 conda and mamba installation methods added
2024-03-28 18:55:47 +01:00
pre-commit-ci[bot] 719af725b1 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-03-28 17:53:57 +00:00
SkalskiP e88ab7c125 small update 2024-03-28 18:53:39 +01:00
SkalskiP afc31e42a5 few more improvements 2024-03-28 16:34:05 +01:00
SkalskiP 4ad78becb6 initial comment 2024-03-28 16:08:05 +01:00
Onuralp SEZER f9fd88fb01
docs: 📚 conda and mamba installation methods added
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-03-28 18:00:43 +03:00
SkalskiP 5a040969d7 fix how-to links 2024-03-26 09:53:16 +01:00
SkalskiP 0d16b13e7a Added additional visualization 2024-03-25 22:09:23 +01:00
pre-commit-ci[bot] cf88cc0384 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-03-25 20:14:17 +00:00
SkalskiP 15e17adef1 Detect Small Objects documentation 2024-03-25 21:11:47 +01:00
SkalskiP fec251d979 fix `LabelAnnotator` code snippets 2024-03-25 15:01:59 +01:00
pre-commit-ci[bot] 4660dfd0d3 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-03-25 12:55:29 +00:00
SkalskiP e7b4d6ec41 more improvements 2024-03-25 13:55:13 +01:00
pre-commit-ci[bot] bc586562b5 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-03-25 12:14:44 +00:00
SkalskiP 57c6182325 initial changes 2024-03-25 13:11:47 +01:00
SkalskiP 8a2abe72ae utils refactor 2024-03-20 19:37:03 +01:00
SkalskiP 8d7f18cc22 `supervision-0.19.0` release changelog 2024-03-15 10:48:01 +01:00
Piotr Skalski d669619f2d
Merge pull request #888 from xaristeidou/develop
Add `sv.CropAnnotator` which annotates a cropped part of detections
2024-03-14 14:47:43 +01:00
SkalskiP 22d97b8a46 add CropAnnotator docs 2024-03-14 14:43:19 +01:00
SkalskiP c7a6b38275 initial version of refactored CropAnnotator 2024-03-14 13:32:52 +01:00
Onuralp SEZER 4a6c0a9fa3
fix: 🐞 dirty outputs are removed and formatting fix
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-03-14 14:28:28 +03:00
Onuralp SEZER 423783a8ff
Merge branch 'develop' into develop 2024-03-14 14:08:38 +03:00
SkalskiP 6ade84f057 Updated `deprecated.md` to include deprecations introduced in the `supervision-0.19.0` release. 2024-03-13 13:47:39 +01:00
pre-commit-ci[bot] dfb52633dc fix(pre_commit): 🎨 auto format pre-commit hooks 2024-03-13 10:08:31 +00:00
SkalskiP bc74e1c366 added the same fix to quickstart.ipynb 2024-03-13 11:08:13 +01:00
James 26de63a09a
Update main.html 2024-03-07 14:19:42 +00:00
Onuralp SEZER d309d74f37
docs(notebooks): 📝 json and csv sink cookbooks are added
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-03-05 05:27:58 +03:00
Onuralp SEZER f55ef90716
Merge pull request #819 from AdonaiVera/allowing_serialise_detections_json
New function [JSONSink] - Allowing to serialise Detections to a JSON file
2024-03-01 03:23:46 +03:00
Adonai Vera 4509608a5d
Apply documentation, unit test with mutliple scenarios, and improvement 2024-03-01 03:14:35 +03:00
Onuralp SEZER 852d518d7c
fix: 🐞 evaluating-alignment-of-text-to-image-diffusion-model widget fix for docs to render (#964)
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-03-01 00:28:51 +03:00
Onuralp SEZER b78b3913fc
Merge pull request #907 from iamhatesz/docs/alignment-cookbook
Add a cookbook about alignment evaluation
2024-03-01 00:04:59 +03:00
Onuralp SEZER 2407fad07e
fix: 🐞 swap ultralytics to inference-gpu[yolo-world] usage and constants added
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-03-01 00:03:55 +03:00
Tomasz Wrona ae6021a5b4 Fix indent 2024-02-25 23:33:46 +01:00
Tomasz Wrona f866a11099 Review fixes 2024-02-25 23:32:50 +01:00
pre-commit-ci[bot] 451e0200cb fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-23 03:23:20 +00:00
Nick Herrig b0667ce6cb Remove tqdm bar so mkdocs builds 2024-02-22 21:21:53 -06:00
David Freilich 687f8d9621 Remove acceptance tests
* Update docs
2024-02-22 19:52:51 +02:00
pre-commit-ci[bot] 419c9e375b fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-22 02:03:18 +00:00
Nick Herrig 59bfc68b6f Add visuals to object tracking cookbook 2024-02-21 19:56:34 -06:00
Nick Herrig 8383b445f1 Add visualizations to annotate with detections cookbook 2024-02-21 18:10:41 -06:00
Nick Herrig a1d4cb8b33 Center html video, similar to count-object-crossing cookbook 2024-02-21 11:00:18 -06:00
Nick Herrig e9d0635a74 Add video display for supervision asset download example 2024-02-21 10:05:57 -06:00
SkalskiP ac7d36b215 new cookbook z-index fix for author avatar 2024-02-19 12:37:25 +01:00
James cf3a954416
Merge pull request #908 from roboflow/cookbooks/author-avatar-zindex
fix: 🐞 cookbook z-index fix for author avatar
2024-02-19 10:00:45 +00:00
James 6615c553e5
Merge pull request #870 from roboflow/docs/home-page
docs: 📝 h1 title Home removed from index.md
2024-02-19 10:00:21 +00:00
Leo Ueno ebd86eef32 Update occupancy_analytics.ipynb 2024-02-16 12:47:50 -08:00
Leo Ueno 158471283f Add occupancy analytics cookbook 2024-02-16 12:40:55 -08:00
pre-commit-ci[bot] 8625c7217c fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-16 13:26:34 +00:00
SkalskiP 382b4e0801 🧑‍🍳 Zero-Shot Object Detection with YOLO-World Cookbook 2024-02-16 14:23:20 +01:00
Onuralp SEZER 6d2d0c01a3
fix: 🐞 cookbook z-index fix for author avatar
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-15 20:43:11 +03:00
pre-commit-ci[bot] 4e635ee788 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-15 13:17:56 +00:00
Tomasz Wrona f53e0d8aa5 A new cookbook about alignment evaluation 2024-02-15 14:00:09 +01:00
Nick Herrig 14771fa326 Fix google colab link in object tracking cookbook 2024-02-14 21:56:33 -06:00
pre-commit-ci[bot] 8ddfcdcd9a fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-12 16:00:48 +00:00
SkalskiP 5997c39ac7 `Count People Crossing the Line` cookbook updates. 2024-02-12 16:43:40 +01:00
pre-commit-ci[bot] 1b07974e93 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-12 12:51:07 +00:00
SkalskiP ba81a09b2c `LineZone`, `LineZoneAnnotator` documentation improvements 2024-02-12 13:43:58 +01:00
pre-commit-ci[bot] b6dc988e37 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-09 18:10:48 +00:00
SkalskiP 2ea2231324 ready 2024-02-09 19:09:10 +01:00
SkalskiP d8584333ef Merge remote-tracking branch 'origin/cookbooks/count-objects-crossing-the-line' into cookbooks/count-objects-crossing-the-line 2024-02-09 18:50:02 +01:00
SkalskiP 69213b19d7 up 2024-02-09 18:49:55 +01:00
Onuralp SEZER 0d312f3cd7
docs: 📝 h1 title Home removed from index.md
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-09 20:17:53 +03:00
pre-commit-ci[bot] 01e7330e6e fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-09 16:57:32 +00:00
SkalskiP 9d71636051 cleaning up Nick's cookbooks 2024-02-09 17:57:18 +01:00
SkalskiP 569157f0f0 Merge remote-tracking branch 'origin/develop' into cookbooks/count-objects-crossing-the-line
# Conflicts:
#	docs/theme/cookbooks.html
2024-02-09 17:43:19 +01:00
SkalskiP 115d4492da changing colab names, card names, and card labels 2024-02-09 17:36:13 +01:00
SkalskiP 6cf9ece3a8 initial changes for count objects crossing the line cookbook 2024-02-09 17:25:55 +01:00
Nick Herrig 84b54d31bf Add colab notebook button, test in notebooks 2024-02-09 10:34:40 -05:00
pre-commit-ci[bot] 57c7109498 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-09 14:30:00 +00:00
Nick Herrig 008dbcb0b4
Merge branch 'develop' into feat/cookbooks 2024-02-09 09:29:49 -05:00
Nick Herrig 122ca82cad Update cookbooks html to match new format -> no desc, cap tags 2024-02-09 09:27:07 -05:00
Nick Herrig 9ca7d3eb75 Finish and fix grammar of tracking cookbook 2024-02-09 09:21:14 -05:00
pre-commit-ci[bot] b7070ae574 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-09 13:23:07 +00:00
SkalskiP 85f09e3323 same label have same color across multiple cards; fixed small bug with hover effect 2024-02-09 14:19:41 +01:00
SkalskiP 03f7001a2b cookbooks-card.js refactor 2024-02-09 13:26:32 +01:00
SkalskiP 36a825b7a0 author styling improvements 2024-02-09 12:47:02 +01:00
pre-commit-ci[bot] 019c41bf1a fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-09 04:37:54 +00:00
Nick Herrig 607d94dad9
Merge branch 'develop' into feat/cookbooks 2024-02-08 23:37:45 -05:00
Nick Herrig aacdbe76f0 Add html entries for cookbooks, add tracking cookbook 2024-02-08 23:27:53 -05:00
Nick Herrig f340c49a70 Update bounding box cookbook name, Fix grammar and spelling 2024-02-08 20:30:57 -05:00
Nick Herrig 7b4cf2f0f6 Reviewed supervision assets cookbook and renamed 2024-02-08 19:51:08 -05:00
pre-commit-ci[bot] ce70266d23 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-08 21:39:07 +00:00
SkalskiP f1a2b99931 ready for review 2024-02-08 22:36:57 +01:00
Nick Herrig e3adcbeec1 Move cookbooks to new webpage and configure html file 2024-02-08 15:30:32 -05:00
SkalskiP 48af41377f move notebook inside the grid 2024-02-08 20:32:37 +01:00
Nick Herrig 0b7b8bb439 Move assets cookbook to docs, Update theme/cookbooks 2024-02-08 14:13:14 -05:00
Nick Herrig 95d28fabb5
Merge branch 'roboflow:develop' into feat/cookbooks 2024-02-08 13:30:40 -05:00
Onuralp SEZER 08a204d872
docs(api): 📝 api/annotators position adjusted and small typo fix
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 19:20:15 +03:00
Onuralp SEZER 4e5331b92d
docs(version): 🐞 restore version part and revert hide h1 on home for now
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 18:57:39 +03:00
Onuralp SEZER 985624e35e
docs(assets): 🐞 missing js and css files added into mkdocs.yml
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 18:05:07 +03:00
pre-commit-ci[bot] f81ccbcc5f fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-08 14:34:47 +00:00
Onuralp SEZER d900e68787
docs(home): 🚀 hide table of content for home page only and give looks as more like home of supervision
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 17:33:52 +03:00
Onuralp SEZER ab38cb1531
docs(nb): 🚀 initial notebook added as quickstart and other examples are removed
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 17:30:04 +03:00
Onuralp SEZER d2ccc4f270
docs(nav): 🚀 nav-tab enabled and new order of pages for better understanding
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 17:13:03 +03:00
Onuralp SEZER 15b4914448
docs(js): 🔥 unused params has been removed from js files for cookbook page
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 17:06:22 +03:00
Onuralp SEZER 3ddeed1945
docs: data-url param added
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 16:48:46 +03:00
Onuralp SEZER 1a20bb5745
docs: add demo notebook and remove notebooks folder from ignore list
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 16:33:05 +03:00
Onuralp SEZER c4365871b5
Merge changes from develop branch 2024-02-08 15:31:06 +03:00
Onuralp SEZER 1fba192319
docs: folder rename to javascript to javascripts (plural)
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 15:26:03 +03:00
Onuralp SEZER 6ffd159b77
docs: supervision cookbook initial page design landed
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 15:20:43 +03:00
Nick Herrig 9e95e1f0b3 Add supervision assets cookbook, correct assets documentation 2024-02-07 14:56:08 -05:00
Onuralp SEZER a6d9961b2b
docs: jupyter notebook support added
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-07 20:06:25 +03:00
Adonai Vera fd70f3ce5d Applied inclusion-exclusion principle to mask_iou_batch and resize function to improve speed 2024-02-07 00:14:54 -05:00
Adonai Vera 6a9c013949 Added nms for segmentation algorithm, added unit test, added init, added withnms conditional depends if contains mask 2024-02-02 21:33:15 -05:00
Piotr Skalski 87a4927d03
Merge pull request #818 from AdonaiVera/allowing_serialise_detections_csv
New function [CSVSink] - allowing to serialise Detections to a CSV file
2024-02-02 18:11:10 +01:00
Onuralp SEZER e3c9ea5ee6
docs(fix): 🐞📝 changelog url fix /0.18.0/annotators/#percentagebarannotator
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-02 15:21:10 +03:00
pre-commit-ci[bot] aba5c0a07b fix(pre_commit): 🎨 auto format pre-commit hooks 2024-02-01 22:56:02 +00:00
Adonai Vera 788bc317fa Improvements in thread #818: documentation, handle unit test, improvements pattern directory 2024-02-01 17:53:15 -05:00
Onuralp SEZER 71a18a12d7
docs: 📝 install and quick start position swapped
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-01 22:17:25 +03:00
Onuralp SEZER 3576f4f1a1
docs: 📝 versioned based change logs url and old url has been replace with new one
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-01 22:07:36 +03:00
Onuralp SEZER edf35f4c6e
docs(link): add relative urls and fix readme urls
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-01 21:39:57 +03:00
Onuralp SEZER ab5c8cfa68
docs(link): annotators now has proper linking
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-01 20:23:11 +03:00
Onuralp SEZER 847ebeb7b2
docs(fix): 🐞📝 removal of table of content duplicates for detection metrics
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-01 20:22:40 +03:00
Onuralp SEZER 7a04a11524
Update docs/how_to/track_objects.md
Co-authored-by: Piotr Skalski <piotr.skalski92@gmail.com>
2024-02-01 18:27:09 +03:00
Onuralp SEZER 18c0ec4196
Merge branch 'develop' into doc/urls-fixes-and-others 2024-02-01 00:32:40 +03:00
pre-commit-ci[bot] 2280de707b fix(pre_commit): 🎨 auto format pre-commit hooks 2024-01-31 21:27:15 +00:00
SkalskiP da8cc0cbaa documentation updated 2024-01-31 22:25:47 +01:00
SkalskiP d00f5e4797
`deprecated.md` added 2024-02-01 00:18:53 +03:00
pre-commit-ci[bot] b6ddd21cdb fix(pre_commit): 🎨 auto format pre-commit hooks 2024-01-31 21:18:42 +00:00
SkalskiP 5771a29d33 `deprecated.md` added 2024-01-31 22:12:54 +01:00
Onuralp SEZER ff3df644c9
Merge branch 'develop' into doc/urls-fixes-and-others 2024-02-01 00:12:17 +03:00
Onuralp SEZER fc5126f352
docs: docs urls in detection latest tag added
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-01 00:09:17 +03:00
SkalskiP 9817598c2c improved communication of deprecated features 2024-01-31 21:59:06 +01:00
Onuralp SEZER 163aa785f9
docs: contributing.md/code_of_conduct/license added into docs
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 22:10:28 +03:00
Adonai Vera 12568336ba Applied feedback from SkalskiP in PR #818 2024-01-31 11:39:05 -05:00
Onuralp SEZER 840fe2c5d5
docs(fix): 🐞📝 removal of table of content duplicates assets and datasets
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 16:33:08 +03:00
Onuralp SEZER 5f684e717c
docs(fix): 🐞📝 removal of table of content duplicates annotators
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:58:31 +03:00
Onuralp SEZER 95a19d1c0e
docs(fix): 🐞📝 removal of table of content duplicates assets,datasets,trackers,file,utils/(image,notebook,video)
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:54:36 +03:00
Onuralp SEZER b81eb85616
docs(fix): 🐞📝 add missing h1 for how tos
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:19:51 +03:00
Onuralp SEZER bf9d56215a
docs(fix): 🐞📝 removal of table of content duplicates core/geometry
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:19:36 +03:00
Onuralp SEZER 31fff6c821
docs(fix): 🐞📝 removal of table of content duplicates utils/draw functions
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:18:54 +03:00
Onuralp SEZER 9a3c3fee2f
docs(fix): 🐞📝 removal of table of content duplicates Color
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:18:41 +03:00
Onuralp SEZER 443edc9760
docs(fix): 🐞📝 removal of table of content duplicates Detection Smoother
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:18:19 +03:00
Onuralp SEZER beec044421
docs(fix): 🐞📝 removal of table of content duplicates PolygonZone,PolygonZoneAnnotator
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:17:53 +03:00
Onuralp SEZER 1aab21c333
docs(fix): 🐞📝 removal of table of content duplicates LineZone
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:15:06 +03:00
Onuralp SEZER 05aed165dc
docs(fix): 🐞📝 removal of table of content duplicates InferenceSlicer
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:14:11 +03:00
Onuralp SEZER 921b450040
docs(fix): 🐞📝 removal of table of content duplicates Detections/utils
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:13:30 +03:00
Onuralp SEZER a8d8ed5cb4
docs(fix): 🐞📝 removal of table of content duplicates core(Detections,Classification)
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-31 15:09:07 +03:00
Piotr Skalski 0d36d01afc
Merge pull request #814 from roboflow/feature/make-from_ultralytics-extract-class-names-from-result
make `from_ultralytics` extract class names from result
2024-01-31 08:30:33 +01:00
SkalskiP c6718d374c update docs 2024-01-31 08:28:34 +01:00
Kader Miyanyedi a1cc319293
chore(docs): fix typos 2024-01-30 20:16:31 +03:00
pre-commit-ci[bot] 205b2d200a fix(pre_commit): 🎨 auto format pre-commit hooks 2024-01-25 09:29:43 +00:00
SkalskiP 3dcb330822 - version bump from `0.18.0rc4` to `0.18.0`
- `supervision-0.18.0` release changelog update
- minot docs changes
2024-01-25 10:27:22 +01:00
SkalskiP 6565fae1c2 final docs updates 2024-01-24 17:47:11 +01:00
SkalskiP 164b9bedce Merge branch 'develop' into yolov8-obb 2024-01-24 16:49:00 +01:00
Onuralp SEZER 24593b64d5
Removed '>>>' and '...' from docs - Merge PR #761 from RaghavvGupta/improved-code-usability
Removed '>>>' and '...' from examples and docs and improved some indentation.
2024-01-24 17:21:00 +03:00
SkalskiP 79560945f5 ready for merge 2024-01-24 15:07:32 +01:00
Onuralp SEZER d4e0d8d46d
docs: 📝 supervision/annotators/core.py PercentageBarAnnotator >>>/... removed
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-24 15:41:18 +03:00
Onuralp SEZER 5a89e2170f
Merge remote-tracking branch 'mainland/develop' into improved-code-usability 2024-01-24 15:39:07 +03:00
Onuralp SEZER 7af914bf56
docs: 📝 supervision/annotators/core.py docs/annotators.md >>>/... removed
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-24 12:50:23 +03:00
raghav d961aa9eb4
docs: example image = ... reverted and added annotators.md 2024-01-24 12:05:57 +03:00
raghav 845c9cc2c2
docs: '>>>' and '...' are removed and indentation improvements 2024-01-24 12:05:48 +03:00
Onuralp SEZER 10f3b73e79
docs: 📝 OrientedBox Annotator docs added
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-23 21:07:09 +03:00
James 09d771c139
Merge branch 'develop' into prediction-smoothing 2024-01-23 12:59:28 +00:00
James Gallagher c299a929c5 respond to feedback 2024-01-23 12:57:31 +00:00
Onuralp SEZER c0c541d121
docs: 📝 PercentageBar Annotator docs and usage added.
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-22 22:13:20 +03:00
pre-commit-ci[bot] e3529436e1 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-01-17 11:14:03 +00:00
SkalskiP 99d1b6d130 ready for review 2024-01-17 12:11:31 +01:00
Onuralp SEZER f3fa12d169
feat(rename): RoundBoundingBoxAnnotator to RoundBoxAnnotator
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-10 14:41:12 +03:00
Onuralp SEZER 98c0b8c2a5
Merge branch 'develop' into develop 2024-01-05 23:01:13 +03:00
Onuralp SEZER 7b7a734f2c
docs: 📝 RoundBoundingBox documentations and small change on code section
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-05 22:59:29 +03:00
pre-commit-ci[bot] de10b25dc4 fix(pre_commit): 🎨 auto format pre-commit hooks 2024-01-04 15:07:05 +00:00
SkalskiP 7cde087ca6 update `Track Objects` docs page 2024-01-04 16:06:52 +01:00
pre-commit-ci[bot] c963a2e85a fix(pre_commit): 🎨 auto format pre-commit hooks 2024-01-04 14:50:08 +00:00
SkalskiP bdaee3f1fc update Detect and annotate guide 2024-01-04 15:49:47 +01:00
SkalskiP 2e491a85c9 Merge branch 'develop' into feature/from-roboflow-base-model
# Conflicts:
#	poetry.lock
#	supervision/detection/core.py
2024-01-04 10:02:01 +01:00
Brad Dwyer a36b426dff Merge branch 'develop' into prediction-smoothing 2023-12-28 11:50:15 -06:00
Brad Dwyer 5d1e76fbd0 Update copy based on feedback from James & Piotr 2023-12-28 11:50:06 -06:00
Brad Dwyer 1d4d7dd4ea Move into tools directory 2023-12-28 11:42:55 -06:00
Brad Dwyer d7420c545e Move video to correct spot in the docs 2023-12-27 15:17:28 -06:00
Brad Dwyer b912db7a06 Add Detections Smoother 2023-12-27 14:13:40 -06:00
Paul f942d89881 Added inference examples throughout the docs. 2023-12-22 11:09:39 -07:00
pre-commit-ci[bot] 587a69f00e fix(pre_commit): 🎨 auto format pre-commit hooks 2023-12-21 15:03:16 +00:00
James Gallagher 1981de1c80 use new organization 2023-12-21 15:03:04 +00:00
Onuralp SEZER 4079188368
Merge branch 'develop' into py12-upgrade
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-12-08 00:09:48 +03:00
Onuralp SEZER e42770eedb
feat(py-version): Python 3.12 support added
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-12-07 19:54:52 +03:00
SkalskiP 01d6c5386a Update Supervision package to version 0.17.0
The package version has been updated from 0.17.0rc8 to 0.17.0. Alongside the version, the changelog has also been updated to reflect the newly introduced or modified features, improvements in existing features, and bug fixes.
2023-12-06 15:48:03 +01:00
SkalskiP 26ad007b7c Add TriangleAnnotator example to documentation 2023-12-06 13:59:05 +01:00
pre-commit-ci[bot] a530b2ba5e fix(pre_commit): 🎨 auto format pre-commit hooks 2023-12-06 11:20:43 +00:00
SkalskiP 7cbf16be8a Add `scale_boxes` function to detection utils
Added a new function scale_boxes to the detection utilities in order to scale the dimensions of bounding boxes. This function accepts bounding boxes and a scaling factor as input and returns the scaled bounding boxes. It can enlarge or shrink the input bounding boxes based on the value of the passed factor. The function was also documented in the utils.md file and necessary tests were added to assure its correctness.
2023-12-06 12:16:22 +01:00
SkalskiP 4774ace3c2 Merge branch 'develop' into rename-boxmask-annotator 2023-12-05 12:47:48 +01:00
Piotr Skalski 83603e3677
Merge pull request #633 from roboflow/add-piexlate-annotator
Add `PixelateAnnotator`
2023-12-05 12:05:39 +01:00
SkalskiP 9612fe7849 Refactor PixelateAnnotator and update docs 2023-12-05 12:03:59 +01:00
James Gallagher 9c10308abc change heading 2023-12-05 10:42:05 +00:00
James Gallagher d53181bb97 rename variable 2023-12-05 10:41:20 +00:00
James Gallagher c46e0f5c97 rename BoxMaskAnnotator to ColorAnnotator 2023-12-05 10:38:32 +00:00
James Gallagher 1ef1622126 add lenny 2023-12-04 17:03:05 +00:00
SkalskiP 23a58ef99e Rename calculate_dynamic_font_scale to calculate_dynamic_text_scale 2023-12-04 17:04:07 +01:00
SkalskiP 9f5773aa70 This commit adds descriptions for two new utility functions: `calculate_dynamic_font_scale` and `calculate_dynamic_line_thickness`. 2023-12-04 15:27:01 +01:00
SkalskiP 2ed4e16ab5 Added a visual and code example for `PolygonAnnotator` in `supervision/annotators/core.py` and `docs/annotators.md`. 2023-11-15 17:49:17 +01:00
SkalskiP e40532cf3e Add PolygonAnnotator and update documentation
Implemented the PolygonAnnotator class in the core.py file under the supervision/annotators directory to support drawing polygons over detected objects. This was done by dividing the masks into multiple polygons and drawing them on the image.
2023-11-15 17:09:27 +01:00
Piotr Skalski 6e039d7ebd
Update init_kapa_widget.js 2023-10-31 17:30:02 +01:00
Piotr Skalski c100c8019a
Merge pull request #552 from roboflow/add-docs-bot
Add Kapa documentation bot to supervision docs
2023-10-31 17:23:49 +01:00
pre-commit-ci[bot] c5ac30c303 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-31 15:58:04 +00:00
SkalskiP 0d72846b40 Refactor in progress 2023-10-31 16:57:47 +01:00
pre-commit-ci[bot] 9f265b4833 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-30 15:15:15 +00:00
James Gallagher c036aa9bd6 add kapa bot 2023-10-30 15:13:33 +00:00
Piotr Skalski d76dd771d7
Merge pull request #462 from Rajarshi-Misra/develop
Builds: Create "How to: track objects" docs page #442
2023-10-28 01:14:34 +02:00
pre-commit-ci[bot] 21fe102bbd fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-27 23:12:26 +00:00
SkalskiP 769f97cd7d Update object tracking documentation
Revise the contents of the 'How to Track Objects' documentation covering the use of supervision for object tracking in video analysis. The revision offers a more detailed guide, including running inference, tracking objects, annotating videos with unique tracking IDs, and annotating videos with traces. The new guide provides a structured walkthrough and tutorial on using Supervision's functionalities, aimed at helping users to annotate videos more effectively and understand the movement patterns and interactions of objects in the videos.
2023-10-28 01:12:09 +02:00
SkalskiP 9ece846f8e Update project version in pyproject.toml
Increased the version of the project from "0.17.0rc1" to "0.17.0rc2" in the 'pyproject.toml' file.
2023-10-24 16:11:46 +02:00
Piotr Skalski 8aee70872f
Merge branch 'develop' into asset-addon 2023-10-24 15:50:56 +02:00
SkalskiP e9866c2f25 "Add instructions for assets utility installation
Expanded the documentation to include instructions on how to install and use the Supervision assets utility. Instructions include steps for performing the installation using pip, allowing users to easily download video files for their demos.
2023-10-24 15:40:19 +02:00
pre-commit-ci[bot] 7d3082c93b fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-24 13:01:25 +00:00
SkalskiP 3f5f5fb070 Rename asset_list.py and update VideoAssets enumeration
The file asset_list.py has been renamed to list.py for better readability and simplicity. In the VideoAssets enumeration, additional information has been included. This includes specific details for each member of the enum, notably the filename of the related video and its URL.
2023-10-24 15:01:03 +02:00
pre-commit-ci[bot] 5d8da9633c fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-23 14:42:16 +00:00
James Gallagher 325bd46740 add dataset processing docs 2023-10-23 15:22:49 +01:00
pre-commit-ci[bot] c1797ffd81 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-18 22:42:55 +00:00
SkalskiP a640e527d0 Remove custom 404 page and update documentation for new release
The custom 404.html was removed as it was no longer necessary with the updates to the Mkdocs.yml file. Upgraded the project version from 0.16.0rc2 to 0.16.0rc3 in the pyproject.toml file. Various updates were added to the changelog.md to reflect improvements and bug fixes in the new project release. This includes new annotations, utility improvements, and bug-fixes to improve project functionality.
2023-10-19 00:41:13 +02:00
SkalskiP 737cb37249 Add new drawing methods and improve type hints
Expanded the drawing functionality by adding new utility methods 'draw_image', 'draw_line' and 'draw_rectangle' and imported them in supervision/__init__.py. Updated the documentation of draw/utils, to include 'draw_image'. Improved type hinting in draw/color.py and draw/utils.py. Also, some redundant comments and unnecessary immediate memory freeing line are removed from draw/utils.py to enhance code readability.
2023-10-18 22:31:34 +02:00
SkalskiP 5f82aac9e6 Update example images link in `core.py` and `annotators.md`
The hyperlink to images in the example blocks in `supervision/annotators/core.py`, and `docs/annotators.md` was modified to reflect recent updates to the annotated heat map image.
2023-10-18 21:34:56 +02:00
SkalskiP d66a539779 Update example code blocks in `core.py` and `annotators.md`
Code examples in `supervision/annotators/core.py` and `docs/annotators.md` have been updated for clarity and consistency. The changes include renaming variables more appropriately and elaborating on the video processing steps which now includes tracking and annotating frames using a YOLO model. This revision aims to make examples more understandable and consistent for users following the documentation.
2023-10-18 21:25:44 +02:00
Piotr Skalski 5ca30f5898
Merge pull request #489 from roboflow/add-new-docs
Add How to Detect and Annotate guide
2023-10-18 20:55:03 +02:00
pre-commit-ci[bot] 54bb79c220 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-18 18:51:33 +00:00
SkalskiP 809d8946e6 Update docs on object detection and annotation
This commit clarifies the process of object detection and annotation using Supervision and the Ultralytics YOLOv8 model. The changes also include updated instructions on how to load model predictions into Supervision and using them to annotate images, with links to the methods used in the process and the available options. An image showing the resulting annotated image has also been added for better understanding. The changes are shaped to make the documentation more informative, concise, and easy to follow.
2023-10-18 20:50:52 +02:00
pre-commit-ci[bot] e209c7436c fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-18 16:57:05 +00:00
SkalskiP 25a45aa423 Expand and update Color, ColorPalette, and DotAnnotator classes
Added detailed comments and examples to the Color and ColorPalette classes in supervision/draw/color.py, in addition to the DotAnnotator class in supervision/annotators/core.py. The changes clarify the usage and function of these classes. Also appended to the documentation by creating a new section for Color in docs/draw/color.md and including Color and DotAnnotator in docs/annotators.md. Incorporated the new documentation into the navigation structure in mkdocs.yml for user accessibility. The improvements enhance overall code-readability and understandability.
2023-10-18 18:53:39 +02:00
Piotr Skalski 2c4e7589b0
Merge pull request #477 from roboflow/poetry-install-docs-fix
docs(fix): 📓 poetry env typo fix
2023-10-18 16:34:59 +02:00
pre-commit-ci[bot] 62c45548a6 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-18 12:44:20 +00:00
SkalskiP 00e209744f Add documentation and improvements to "LineZone" functionality
Descriptions for various attributes and functionalities have been added into LineZone class to aid developers in understanding their behaviour. Also, the trigger function was modified to return two separate boolean arrays - 'crossed_in' and 'crossed_out' to denote objects crossing the line in specific directions. Moreover, Line Zone documentation is added to the side navigation in mkdocs.yml.
2023-10-18 14:42:59 +02:00
James Gallagher 8dcfb42751 add data loader link 2023-10-18 13:13:09 +01:00
James Gallagher a5a853e141 resolve conflict 2023-10-18 13:11:29 +01:00
pre-commit-ci[bot] 1ddb78b662 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-18 09:22:43 +00:00
James Gallagher db4afe9885 add how to detect and annotate guide 2023-10-18 10:20:42 +01:00
Onuralp SEZER 4baf570b28
docs(fix): 📓 poetry env typo fix 2023-10-14 01:12:16 +03:00
pre-commit-ci[bot] 47dcb19829 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-13 17:24:29 +00:00
Rajarshi Misra 9c96180a74
Update track_objects.md 2023-10-13 22:53:58 +05:30
Rajarshi Misra cd76b79ec5
Update track_objects.md 2023-10-13 18:51:53 +05:30
pre-commit-ci[bot] 377b3fdda7 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-13 13:17:02 +00:00
Rajarshi Misra 9572469f5f
Final changes left 2023-10-13 18:46:49 +05:30
Rajarshi Misra da7c056812
Merge branch 'roboflow:develop' into develop 2023-10-13 15:29:28 +05:30
Onuralp SEZER a14159c150
docs: 📓 development virtualenv installation pip upgrade added 2023-10-13 00:56:01 +03:00
Rajarshi Misra b1f207f2ee
Update track_objects.md
Added all the subtopics and 'what is tracking'
2023-10-12 22:47:16 +05:30
Rajarshi Misra f82f297f2e
Update track_objects.md
Typo
2023-10-12 19:58:55 +05:30
Rajarshi Misra 9a2a87a170
Just writing the title 2023-10-12 19:58:11 +05:30
pre-commit-ci[bot] 9a7b4c34ba fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-09 14:17:52 +00:00
SkalskiP b2ab398029 Update example images and modify code parameters 2023-10-09 16:15:35 +02:00
SkalskiP e5894df156 Reorganize documentation structure and reformat code
Moved advanced filtering documentation to `how_to` directory from `quickstart` to make way for more comprehensive starter guide. Reorganized MkDocs configuration accordingly. Formatted some code in `classification/core.py` and `dataset/core.py` for better readability. Added placeholder files in `how_to` for future guides on object detection, video processing, object tracking, model evaluation, and detections filtering.
2023-10-09 13:41:56 +02:00
Piotr Skalski d30d80717c
Merge pull request #422 from hardikdava/box_mask_annotator
Added box mask annotators
2023-10-07 00:47:09 +02:00
pre-commit-ci[bot] 2952286f95 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-06 22:25:02 +00:00
SkalskiP c5e1211c74 Move FpsMonitor from utils to video module
This commit relocates the FpsMonitor class from the utils module to the video module.
2023-10-07 00:24:20 +02:00
Onuralp SEZER d5d5725cea
Merge pull request #280 from hardikdava/feature/fps
Feature FPS meaure
2023-10-06 22:18:05 +03:00
pre-commit-ci[bot] cc93bba741 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-06 18:52:00 +00:00
SkalskiP e7c242bdd4 Update annotators in docs and code 2023-10-06 20:51:31 +02:00
SkalskiP 88e7fb76d2 Fixed link targeting in changelog documentation. 2023-10-04 23:57:03 +02:00
pre-commit-ci[bot] bfcf6469d4 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-10-04 21:52:50 +00:00
SkalskiP ec72f81749 Refactor BlurAnnotator class and update documentation 2023-10-04 23:50:47 +02:00
SkalskiP 5efb3e2df1 👊 bump `develop` version to `0.15.0rc3` 2023-10-04 19:43:03 +02:00
SkalskiP 6e33cb04ca 🪵 `supervision-0.15.0` `changelog.md` update 2023-10-04 19:35:01 +02:00
SkalskiP 8511bbb762 Add Tracker ID warning and image to TraceAnnotator doc
Added a warning about the requirement of `tracker_id` for TraceAnnotator in the `core.py`. Also, included an example image in the TraceAnnotator initialization for better understanding in both `core.py` and `annotators.md`.
2023-10-04 16:15:38 +02:00
SkalskiP 1eb74ed88a Add TraceAnnotator description to the documentation
The documentation has been updated to include the `TraceAnnotator` class.
2023-10-04 15:35:07 +02:00
Hardik Dava b482784403
Merge branch 'develop' into feature/fps 2023-10-03 17:57:53 +02:00
Hardik Dava 3b00e04101 Merge remote-tracking branch 'origin/develop' into feature/fps 2023-10-03 17:53:52 +02:00
SkalskiP 93a8110908 Refactor documentation structure and improve annotator details
Update the file and section structure of the project documentation for better readability. Removed 'annotate.md' and replaced it with an expanded 'annotators.md'. The new document provides examples of each annotator and includes preview images for better understanding. The API reference structure was flattened for simplicity and related documents 'core.py' and 'mkdocs.yml' were updated accordingly. The core tracker and dataset documents were renamed for consistency.
2023-10-03 11:38:28 +02:00
Onuralp SEZER a630870968
feat(annotator): 🚀 introduce circle annotator
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-10-01 20:51:46 +03:00
pre-commit-ci[bot] 53f2b4fd45 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-09-28 21:24:53 +00:00
SkalskiP 3e8906d830 📘 docs updates for `LabelAnnotator` 2023-09-28 23:24:22 +02:00
pre-commit-ci[bot] a8cc5a68bb fix(pre_commit): 🎨 auto format pre-commit hooks 2023-09-28 14:48:53 +00:00
SkalskiP de4056192e 🛠️ Refactor of `BoxCornerAnnotator` docs and `annotate` method implementation. 2023-09-28 16:48:03 +02:00
SkalskiP 00b67588d8 🛠️ `EllipseAnnotator.end_angle` fix 2023-09-28 16:25:35 +02:00
pre-commit-ci[bot] e5eaf26137 fix(pre_commit): 🎨 auto format pre-commit hooks 2023-09-28 13:37:05 +00:00
SkalskiP 2587fdfefd ☝️ updating MaskAnnotator docs and code to be consistent with BoundingBoxAnnotator 2023-09-28 15:36:18 +02:00
pre-commit-ci[bot] 11601e3f2d fix(pre_commit): 🎨 auto format pre-commit hooks 2023-09-28 10:14:38 +00:00
SkalskiP 1b8ff617c3 📘 docs updates for `Position` and `get_anchor_coordinates` 2023-09-28 12:13:52 +02:00
SkalskiP 2419d42224 TraceAnnotator documentation 2023-09-04 22:52:47 +02:00
SkalskiP 89a9307855 😊 make `pre-commit` happy 2023-08-31 15:13:11 +02:00
SkalskiP 18c972e422 🪵 `supervision-0.14.0` changelog update 2023-08-31 15:10:33 +02:00
SkalskiP bddd32dbb5 refactor(inference_slicer): Update class and method docstrings 2023-08-30 15:56:15 +02:00