Commit Graph

718 Commits

Author SHA1 Message Date
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
SkalskiP 6d7de56c25 slicer refactor 2023-08-30 15:08:07 +02:00
Piotr Skalski 85de9b255b
Merge pull request #282 from hardikdava/slicer
Slicer for small object detection
2023-08-30 14:48:46 +02:00
James 06f41e83dd
Create CNAME 2023-08-22 13:08:10 +01:00
Onuralp SEZER bc4ba7f67c
docs: 📝 typo fix for PaddleDetection in args
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-08-14 22:16:52 +03:00
Hardik Dava 0ed404602f recommit everything 2023-08-11 19:31:33 +02:00
Piotr Skalski d81d187da6
Merge branch 'develop' into pre-commit-toml-file 2023-08-11 15:21:28 +02:00
Hardik Dava c746a7f9e4 docs added 2023-08-11 14:08:52 +02:00
SkalskiP 475b2ceeea 🪵 `changelog.md` update 2023-08-07 22:50:57 +02:00
Onuralp SEZER b1325132d7
fix(docs): 🐛 doc formatting fix and exclude docs from black formatting
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-08-07 23:49:44 +03:00
Onuralp SEZER 3d3b3e6436
Merge additonal features and changes from 'origin/develop'
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-08-07 23:23:23 +03:00
James Gallagher e6ab865a0c add changelog updates 2023-08-07 20:55:55 +01:00
SkalskiP 62e097b559 🧹 more cleanup - dropping example scripts, plugging in ByteTrack docs, renaming variables 2023-08-07 14:11:51 +02:00
Piotr Skalski 94f15a6e50
Merge branch 'develop' into tracker_latest 2023-08-07 10:07:36 +02:00
dbroboflow a45cc865dd lint fixed 2023-08-02 14:59:08 +00:00
dbroboflow aa50052ff5 mot20 deleted 2023-08-01 12:59:16 +00:00
dbroboflow a59e4dfe73 updated tracker 2023-08-01 12:30:52 +00:00
Onuralp SEZER 57e17c34a0
feat: 🚀 pre-commit and initial formatted files
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-07-25 13:02:26 +03:00
Hardik Dava da13366d0a
Merge branch 'roboflow:develop' into feature/map 2023-07-25 10:46:58 +02:00
hardik e9fbcf5dcb updated docstrings 2023-07-24 16:33:10 +02:00
Piotr Skalski 800e39d64c
🪵 `supervision-0.12.0` changelog updates
Add 0.12.0 changelog
2023-07-23 15:34:44 +02:00
SkalskiP 926f935bad 🪵 `supervision-0.12.0` changelog updates 2023-07-23 15:31:45 +02:00
Onuralp SEZER effa1415b5
docs: 📝 Update python version for supervision version 0.12.0
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-07-22 16:14:03 +03:00
SkalskiP f1f2728e0d 📝 updated install guide 2023-07-21 23:11:03 +02:00
SkalskiP 3d074fa213 🧮 Confusion Matrix docs update 2023-07-21 19:51:19 +02:00
James Gallagher 9fd267acb2 add changelog updates 2023-07-21 13:30:56 +01:00
kirilllzaitsev fd717ea749 extend docs 2023-07-08 12:29:16 +02:00
SkalskiP 3e4cb6df42 🪵 updating change log before `0.11.1` release 2023-06-29 15:01:35 +02:00
SkalskiP c1d3ab2944 🪵 update changelog.md 2023-06-28 22:43:08 +02:00
SkalskiP cdc08c0455 `0.11.0` release 2023-06-28 17:07:02 +02:00
SkalskiP 584c4fef82 🪵 changelog.md updates before `0.10.0` release 2023-06-14 16:49:10 +02:00
SkalskiP 13e8afa996 👌 final changes before `0.10.0` release 2023-06-14 15:52:20 +02:00
James Gallagher 5d8b378f35 add test cases for get_top_k, add docs for Classifications and ClassificationsDataset 2023-06-13 14:35:32 +01:00
SkalskiP ccb32f8aa1 🪵 Update changelog. 2023-06-07 12:49:53 +02:00
SkalskiP 6b52863c9f 📚 Documentation update 2023-06-07 12:15:14 +02:00
SkalskiP 802347f4d8 🧹 cleanup before `supervision` `0.9.0` release 2023-06-07 11:47:34 +02:00
SkalskiP 14f62deacf 📚 `ImageSink` documentation updated 2023-06-06 20:13:33 +02:00
SkalskiP 08eb513594 📚 `ImageSink` documentation added 2023-06-06 19:58:30 +02:00
SkalskiP 5489d405c6 📚 `DetectionDataset` documentation update 2023-05-17 21:46:45 +02:00
SkalskiP 55f4f00c0c 🧪 tests for `train_test_split` 2023-05-17 20:20:28 +02:00
SkalskiP b536c6c889 📚 small documentation updates 2023-05-17 16:27:31 +02:00
SkalskiP df579c866c 🌱 change default value of `approximation_percentage` parameter from `0.75` to `0.0` in `DetectionDataset.as_yolo` and `DetectionDataset.as_pascal_voc`. 2023-05-17 16:13:32 +02:00
SkalskiP bd3503e7d5 🪵 `0.8.0` release changelog 2023-05-17 14:53:51 +02:00
SkalskiP 6a15093277 👨‍👩‍👦 basic support for Dataset inheritance + adding pyyaml to dependencies 2023-05-16 23:25:58 +02:00
SkalskiP ba2926688f 🪵 `0.7.0` release changelog 2023-05-11 00:39:07 +02:00
SkalskiP 3da433f90f 🪵 `0.7.0` release changelog 2023-05-11 00:31:46 +02:00
SkalskiP e16cca4349 🚀 - add quick start section to Supervision docs page with first topic - advanced detections filtering 2023-05-04 17:48:39 +02:00
SkalskiP c2833bc8ca 🤍 / 🖤 - light mode / datk mode switch added 2023-05-04 10:13:11 +02:00
SkalskiP ea400feb6a 🪵 update changelog.md and 🖤 make black happy 2023-04-19 22:12:27 +02:00
SkalskiP 68412500fa 📄 docs update 2023-04-19 13:09:53 +02:00
SkalskiP 49d4441419 📄 docs update 2023-04-19 12:59:29 +02:00
SkalskiP b34ecd53cf 🧹 Small housekeeping before release 2023-04-13 10:50:20 +02:00
SkalskiP e091f9c959 📚 Docs `changelog.md` update 2023-04-12 17:54:06 +02:00
SkalskiP c1ccff474f Documentation for PolygonZone and PolygonZoneAnnotator 2023-04-10 23:15:35 +02:00
SkalskiP d02bac75c4 Document changes in docs 2023-04-10 23:07:53 +02:00
SkalskiP f3c4a966c4 changelog added 2023-04-10 22:57:08 +02:00
SkalskiP fe68327b75 Changelog updated 2023-04-05 16:25:29 +02:00
SkalskiP 141809ae92 - 📓 Refactor of notebooks utilities
- Initial voc xml sing support
- Documentation improvements
2023-04-05 15:48:21 +02:00
SkalskiP 1fa4a1c72e 📜 Supervision docs changelog added 2023-03-29 15:59:02 +02:00
SkalskiP a88eff868e 📖 improve documentation 2023-03-23 14:41:03 +01:00
SkalskiP e6f250dbfb 🧹 docs refinement and clean up 2023-03-08 11:28:54 +01:00
SkalskiP e6090be9eb 📄 small type changes in docs 2023-03-08 11:08:07 +01:00
SkalskiP b7c1791236 🕵️ update Detection API 2023-02-06 16:14:24 +01:00
SkalskiP 307ec8a042 📄 Documentation updates before 0.2.0 release 2023-02-06 14:49:09 +01:00
James Gallagher 90a26747b6 create stub doc files, refactor docstrings, add placeholders for examples 2023-02-01 10:28:49 +00:00
SkalskiP 1561bd0027 🎬 poc of video utils documentation 2023-01-31 09:36:39 +01:00
SkalskiP 8d14a4d93b Merge branch 'main' into feature/add-initial-docs 2023-01-30 22:44:45 +01:00
SkalskiP bd889ae3cc 🚩 add roboflow logo to docs 2023-01-30 22:40:51 +01:00
SkalskiP 02c20e81a9 📚 initial documentation commit 2023-01-30 19:50:25 +01:00