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
SkalskiP
3391eec078
Refactor and improve readability of downloader.py
...
The code for the downloader function in the supervision/assets/downloader.py file has been refactored and optimized. Package imports were cleaned up to remove unnecessary functions and the "path_exists" and "os_remove" functions were replaced with their pathlib equivalents to improve consistency.
2023-10-24 14:31:31 +02:00
SkalskiP
6887b0b412
"Correct md5 hash reference in downloader script
...
Updated the reference for the md5 hash in downloader.py.
2023-10-24 14:25:11 +02:00
SkalskiP
a36abd4297
"Fix reference bug in video asset downloader
...
Updated 'asset_name' to 'filename' in downloader.py. The downloader was using the incorrect variable 'asset_name', causing failed video asset downloads. Correcting to 'filename' allows for accurate md5 check and download."
2023-10-24 14:21:58 +02:00
SkalskiP
7715ef2a17
The downloader was incorrectly using 'asset_name' instead of 'filename' leading to missed video asset downloads. The reference has been corrected to use 'filename' for proper checking and downloading.
2023-10-24 14:16:46 +02:00
SkalskiP
9b3dc37e28
Merge remote-tracking branch 'origin/asset-addon' into asset-addon
2023-10-24 14:14:26 +02:00
SkalskiP
24aefe6bcd
Fix asset name checking in downloader module
2023-10-24 14:12:45 +02:00
pre-commit-ci[bot]
52452c019c
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-10-24 12:04:33 +00:00
SkalskiP
dca6d1248f
Merge remote-tracking branch 'origin/asset-addon' into asset-addon
2023-10-24 14:04:11 +02:00
SkalskiP
03fd015f39
Improve readability and maintainability in downloader.py
2023-10-24 14:04:00 +02:00
pre-commit-ci[bot]
7faddb52ca
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-10-24 11:23:24 +00:00
SkalskiP
f987e4f786
Refactor video assets enum and variable names
...
Renamed enum and variables to improve clarity for VideoAssets in asset_list.py. For instance, MILK_1 is updated to MILK_BOTTLED_PLANT and PEOPLE_WALKING_BW to PEOPLE_WALKING. Also, the VIDEO_ASSETS dictionary type hint updated to Dict. Additionally, a new method 'list' added to class VideoAssets that returns a list of all enum values.
2023-10-24 13:23:05 +02:00
Onuralp SEZER
2ab5941cbc
feat(assets): ✨ assets and assets downloader add-on for supervision[assets]
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-10-14 01:39:25 +03:00
Piotr Skalski
9ded70c8da
Merge pull request #465 from roboflow/feature/annotator-color-lookup-improvements
...
Update color mapping system in detection annotations
2023-10-13 13:34:43 +02:00
Piotr Skalski
8cda753334
Merge pull request #469 from roboflow/docs-virtualenv-pip
...
docs: 📓 development virtualenv installation pip upgrade added
2023-10-13 00:27:19 +02:00
Onuralp SEZER
a14159c150
docs: 📓 development virtualenv installation pip upgrade added
2023-10-13 00:56:01 +03:00
pre-commit-ci[bot]
476a31fa79
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-10-12 17:11:59 +00:00
SkalskiP
e1e455f99c
Update color mapping system in detection annotations
...
Adjusted the way colors are applied to detection annotations to allow support for custom color schemes. Modified 'ColorMap' to 'ColorLookup' across multiple files, adding ability to use a color lookup array. This refinement will enable users to assign custom colors to different detection annotations, offering greater flexibility in visual representation of detection data. Updated related tests to reflect these changes.
2023-10-12 19:10:19 +02:00
Piotr Skalski
5b5e0eb88d
Merge pull request #457 from roboflow/cache-pip
...
ci: 🚧 github action - python cache added 🚀
2023-10-12 14:32:02 +02:00
Onuralp SEZER
d0139f5293
ci: 🚧 clear cache once a month and manual run 🚀
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-10-12 13:44:03 +03:00
Onuralp SEZER
bed7ed45b4
ci: 🚧 python github action cache added 🚀
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-10-12 12:44:48 +03:00
Piotr Skalski
35142fc755
Merge pull request #456 from roboflow/revert-436-develop
...
Revert "#418 Make sv.ByteTrack work with segmentation model "
2023-10-12 01:11:14 +02:00
pre-commit-ci[bot]
f041f0ddcc
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-10-11 23:09:07 +00:00
Piotr Skalski
253a136f43
Revert "#418 Make sv.ByteTrack work with segmentation model "
2023-10-12 01:08:35 +02:00
SkalskiP
9cefff8627
`Supervision Examples` guidelines refactor.
2023-10-11 17:03:37 +02:00
Piotr Skalski
f2af290166
Merge pull request #344 from onuralpszr/examples_improvements
...
Adding example and example guidelines
2023-10-11 15:06:50 +02:00
Piotr Skalski
988da89bf4
Merge pull request #454 from jayaBalaR/patch-1
...
Adding HuggingFace Annotators Space link to `README.md`
2023-10-11 12:12:37 +02:00
JAYABALAMBIKA.R
b4a8859616
Update README.md
...
Adding HuggingFace Annotators Space link to README.md
2023-10-11 15:34:17 +05:30
Piotr Skalski
9fff77a6e3
Merge pull request #448 from roboflow/pre-commit-isort-duplicate
...
chore: 🔥 remove duplicate isort from pre-commit-config
2023-10-10 11:41:45 +02:00
pre-commit-ci[bot]
e7f95e0761
chore(pre_commit): ⬆ pre_commit autoupdate ( #445 )
...
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-10 11:28:50 +03:00
Onuralp SEZER
2254e59bdf
chore: 🔥 remove duplicate isort from pre-commit-config
2023-10-10 11:26:53 +03:00
SkalskiP
29532db02f
Update version number in pyproject.toml
...
Upgraded project version from "0.16.0rc1" to "0.16.0rc2" in pyproject.toml.
2023-10-09 19:59:55 +02:00
Piotr Skalski
8eb827b31d
Merge pull request #437 from ashishdatta/from_roboflow_tracker_id
...
Update sv.Detections.from_roboflow to extract tracker_id values from inference response
2023-10-09 19:58:50 +02:00
Piotr Skalski
33e43bc92a
Merge pull request #444 from roboflow/fix/halo-annotator-docs
...
Update example images and modify code parameters
2023-10-09 16:24:26 +02:00
SkalskiP
8b5b0a8516
Bump project version in pyproject.toml
...
The project version has been upgraded from "0.15.0" to "0.16.0rc1" in the pyproject.toml file. This change signifies the start of a new release candidate cycle.
2023-10-09 16:20:16 +02:00
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
Piotr Skalski
72463f5f89
Update README.md
2023-10-09 15:31:20 +02:00
Piotr Skalski
83342ca36f
Merge pull request #433 from kapter/HaloAnnotator
...
new feature HaloAnnotator
2023-10-09 14:57:10 +02:00
Piotr Skalski
48851b5ae5
Merge pull request #436 from AntonioConsiglio/develop
...
#418 Make sv.ByteTrack work with segmentation model
2023-10-09 14:18:31 +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
pre-commit-ci[bot]
49d268c250
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-10-09 11:13:48 +00:00
Antonio Consiglio
a7a7dac216
Merge branch 'develop' of https://github.com/AntonioConsiglio/supervision into develop
2023-10-09 13:13:32 +02:00
Antonio Consiglio
8bca45bde4
style and doc change as requested
2023-10-09 13:13:28 +02:00
Piotr Skalski
282db45c00
Merge pull request #440 from roboflow/removal_makefile
...
chore: 🔥 delete redundant Makefile because pypi and formatters are automatic.
2023-10-09 12:18:54 +02:00
Onuralp SEZER
1c5006c013
chore: 🔥 delete Makefile, pypi and formatters has been automatic, we don't need this file anymore
2023-10-09 13:12:55 +03:00
SkalskiP
9b4fa8cb89
Remove redundant file
...
The file was removed because it was no longer needed in the current implementation.
2023-10-09 12:03:18 +02:00
Piotr Skalski
333408d33a
Merge pull request #438 from roboflow/remove_old_yolov8
...
chore!: 🔥 removal from_yolov8 function from classification and detection
2023-10-09 12:00:21 +02:00
SkalskiP
41a19ac4d6
Remove unnecessary empty line in core.py
2023-10-09 11:58:21 +02:00
pre-commit-ci[bot]
fe0df11918
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-10-09 09:52:13 +00:00