Onuralp SEZER
2bf448f285
refactor: 🧹 remove test file for from_florence_2 function and merge into main test_vlm file
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2025-07-14 13:09:58 +03:00
Onuralp SEZER
3218da8cbd
test: 🧪 re-add parameterized tests for from_moondream function
2025-07-11 21:39:45 +03:00
Onuralp SEZER
eb330ac1c1
Merge branch 'develop' into feat/moondream-vlm-object-detection
2025-07-11 21:13:34 +03:00
soumik12345
fe0cefd1dc
chore: add comments to testcase parameters
2025-07-11 21:44:14 +05:30
soumik12345
b860edd8f5
update: test_from_google_gemini
2025-07-11 21:04:50 +05:30
Onuralp SEZER
99415f1da1
test: 🧪 add parameterized tests for from_moondream function in test_vlm.py
2025-07-11 18:08:43 +03:00
Onuralp SEZER
174253715e
fix: 🐞 update expected output in test_from_google_gemini for bbox coordinates
2025-07-09 19:23:18 +03:00
Onuralp SEZER
84d7fb29e0
Merge branch 'develop' into feature/gemini-object-detection
2025-07-09 15:54:58 +03:00
rafaelpadilla
b867968a10
breaking long lines, preventing E501.
2025-07-06 03:33:30 +00:00
rafaelpadilla
03430699f9
Expanded all test cases in `test_coco_annotations_to_detections` including `use_iscrowd=True` and `use_iscrowd=False`.
2025-07-06 02:07:52 +00:00
pre-commit-ci[bot]
ec0add34ee
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-04-22 18:08:21 +00:00
SkalskiP
6387513805
update test cases
2025-04-22 20:07:54 +02:00
Onuralp SEZER
5d6ad66618
feat: ✨ add xyxy_to_xcycarh conversion function
2025-04-22 17:00:52 +03:00
pre-commit-ci[bot]
8881b5c588
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-03-17 17:29:14 +00: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
0cec129cf0
style: 💄 improve code formatting and readability in various files
2025-02-19 08:29:41 +03:00
Onuralp SEZER
65b48f6b4a
feat: ✨ add support for Google Gemini model in detection module
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2025-02-19 08:29:05 +03:00
Onuralp SEZER
2e38e8998f
Merge branch 'develop' into feature/support_for_qwen_2_5_vl
2025-02-18 17:07:35 +03:00
SkalskiP
d0559e104d
Merge branch 'feature/support_for_qwen_2_5_vl' into feature/0.26.0-deprecations
2025-02-18 12:52:21 +01:00
SkalskiP
fa8b6e125c
Merge branch 'feature/support_for_qwen_2_5_vl' into feature/0.26.0-deprecations
2025-02-18 12:12:29 +01:00
pre-commit-ci[bot]
47295cd5f7
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-02-18 09:20:57 +00:00
SkalskiP
2d48c5dba7
fix line length
2025-02-18 10:20:29 +01:00
SkalskiP
7e19c633a6
merge 0.26.0 deprecation changes
2025-02-18 10:04:38 +01:00
pre-commit-ci[bot]
8df41a5683
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-02-18 08:17:51 +00:00
SkalskiP
59b652d0f2
update `from_paligemma` adding `resolution_wh` validation; update `from_paligemma` unit tests as well
2025-02-18 09:17:25 +01:00
pre-commit-ci[bot]
76429548b6
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-02-18 08:04:57 +00:00
SkalskiP
77b7d3733a
added experimental implementation of from_qwen_2_5_vl
2025-02-18 08:37:51 +01:00
Onuralp SEZER
cbaa605e08
refactor: 🔄 Rename xyxy_xywh function to xyxy_to_xywh
...
docs: 📝 Update docstring for KeyPoints.from_transformers
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2025-02-18 00:54:12 +03:00
pre-commit-ci[bot]
63392ab640
fix(pre_commit): 🎨 auto format pre-commit hooks
2024-12-16 13:27:42 +00:00
SkalskiP
b466076383
making sure code works with mixed offset like [2, -2]; dostring updates
2024-12-16 14:27:13 +01:00
Anirudh
092085efb1
fix: allow negative offsets in move_masks function ( #1715 )
2024-12-14 14:59:58 -05:00
LinasKo
7141f11c0b
detections __getitem__ test: minor class name correction
2024-12-04 12:13:33 +02:00
Soham
37eadfe305
test: empty detection check in getitem
2024-12-03 19:24:41 +05:30
LinasKo
284901c06b
Merge pull request #1662 from roboflow/fix/depricated-tests
...
fix(tests): 🐞 update inference slicer tests to new overlap system for removing test warnings
2024-11-18 20:08:28 +02:00
LinasKo
c43ca06609
Expand Detections.merge tests with metadata
2024-11-08 12:48:23 +02:00
LinasKo
b72ad4656b
Unit tests for merge_metadata, fixes involving numpy arrays
2024-11-08 11:52:24 +02:00
Onuralp SEZER
fdb036ecd5
fix(tests): 🐞 update inference slicer tests to new overlap system for removing test warnings
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-11-08 09:44:15 +03:00
LinasKo
1b101b49ac
Renamed crossing_acceptance_threshold to minimum_crossing_threshold
2024-11-07 18:32:58 +02:00
LinasKo
ee3aa9f08d
Merge branch 'develop' into feature/remove-false-line-counts
2024-11-06 14:14:50 +02:00
LinasKo
d1e11684e7
Fixed bugs, heavily refactored crossing confirmation in LineZone
2024-11-06 00:24:09 +02:00
LinasKo
11355c5192
Merge pull request #1589 from souhhmm/feat/detection-metadata
...
Feat: Added detection metadata
2024-11-04 13:19:11 +02:00
pre-commit-ci[bot]
9ee1b5dc5a
fix(pre_commit): 🎨 auto format pre-commit hooks
2024-11-04 10:41:58 +00:00
LinasKo
d645bd816e
Fix: Add metadata to public var retrieval test
2024-11-04 12:41:16 +02:00
LinasKo
251b952438
Merge pull request #1528 from roboflow/feature/make-BaseTrack-count-instance-var
...
let ByteTrack to maintain track ID per instance
2024-10-18 01:20:11 +03:00
Grzegorz Klimaszewski
78fd2147f1
Merge branch 'develop' into feature/remove-false-line-counts
2024-10-02 10:08:04 +02:00
LinasKo
52c9ec0def
Merge pull request #1547 from tibeoh/fix/inference-slicer-overlap
...
fix: InferenceSlicer overlap_ratio_wh argument changed to None by default
2024-10-01 13:37:34 +03:00
LinasKo
23023e9764
Revert default overlap_ratio_wh value, update docs
2024-10-01 13:22:55 +03:00
Onuralp SEZER
78f17cba2e
chore: 🧹 clean up documentation and improve formatting
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-27 14:18:26 +03:00
Thibault
fedc1a47e0
fix: InferenceSlicer overlap_ratio_wh argument changed to None by default
...
Changed the default value of the overlap_ratio_wh argument to None, as this parameter will be deprecated in version 0.27.0. This change allows a smoother transition by not forcing users to explicitly set it to None.
Additionally, added tests for validating the overlap arguments (overlap_wh and overlap_ratio_wh) to ensure proper error handling and usage. Also started implementing tests for the offset generation method to verify that slices are correctly calculated based on the overlap settings.
2024-09-26 11:15:16 +02:00
Grzegorz Klimaszewski
95f6ef0b22
Address CI linter
2024-09-23 17:49:05 +02:00