LinasKo
|
cfd079bbcb
|
Merge branch 'develop' into dfreilich/add-icon-annotator
|
2024-08-15 11:38:13 +03:00 |
Piotr Skalski
|
43041c26c5
|
Merge pull request #1385 from roboflow/add-backgroundcolor-annotator
Add BackgroundColorAnnotator
|
2024-08-08 11:40:48 +02:00 |
LinasKo
|
b9cc02ecb9
|
Fix annotator carousel image
|
2024-08-07 17:29:01 +03:00 |
LinasKo
|
00b00d2f9a
|
Rename to BackgoundOverlayAnnotator, fix return after copy
|
2024-08-07 16:39:22 +03:00 |
James
|
389b8968c2
|
add BackgroundColorAnnotator docs
|
2024-08-07 09:21:16 +01:00 |
Rohan Gupta
|
387a759614
|
Fix typo in RichLabelAnnotator docs
|
2024-07-24 17:37:00 +05:30 |
Linas Kondrackis
|
70a13fbf1e
|
Merge pull request #1342 from roboflow/release/supervision-0.22.0-deprecations
Deprecations, changelog, notebook cleanup, 'new' markers
|
2024-07-12 19:49:17 +03:00 |
LinasKo
|
28f83b18f9
|
Deprecate BoundingBoxAnnotator, rename to BoxAnnotator
|
2024-07-12 18:18:50 +03:00 |
LinasKo
|
1e783b623b
|
Wording: <TTF_FONT_PATH>
|
2024-07-12 15:05:09 +03:00 |
LinasKo
|
8570ce68e2
|
'new' marker on Detections/Utils
|
2024-07-12 00:18:21 +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 |
SkalskiP
|
0200fd307b
|
mark `InferenceSlicer` with new status
|
2024-06-05 18:00:54 +02:00 |
LinasKo
|
13b46dda67
|
Update "New" tags in docs, fix typo in one heading
|
2024-06-05 17:44:25 +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 |
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 |
Onuralp SEZER
|
7b259145bb
|
Merge branch 'develop' into RichLabelAnnotator
|
2024-05-15 18:53:25 +03:00 |
Linas Kondrackis
|
a9044e4fed
|
Merge branch 'develop' into feat/inference-slicer-segmentation
|
2024-05-13 16:52:50 +03:00 |
Linas Kondrackis
|
816aecb51b
|
PR comments: tuples, docs, optional
|
2024-05-13 11:35:23 +03:00 |
SkalskiP
|
ab0882dd55
|
initial version of `VertexLabelAnnotator`
|
2024-05-06 18:15:05 +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 |
SkalskiP
|
6ade84f057
|
Updated `deprecated.md` to include deprecations introduced in the `supervision-0.19.0` release.
|
2024-03-13 13:47:39 +01: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 |
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 |
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 |
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 |
Adonai Vera
|
12568336ba
|
Applied feedback from SkalskiP in PR #818
|
2024-01-31 11:39:05 -05: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 |
SkalskiP
|
79560945f5
|
ready for merge
|
2024-01-24 15:07:32 +01: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 |
SkalskiP
|
99d1b6d130
|
ready for review
|
2024-01-17 12:11:31 +01: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 |