LinasKo
|
bb513f880a
|
Add segmentation and region methods
|
2024-06-20 21:08:42 +03:00 |
Onuralp SEZER
|
fbce6e45d4
|
Merge pull request #1298 from roboflow/fix/readme-broken-links
Readme: fix broken links
|
2024-06-20 16:23:45 +03:00 |
LinasKo
|
a00e2d22ba
|
Readme: fix broken links
|
2024-06-20 16:12:35 +03:00 |
LinasKo
|
04c5f18da0
|
Bugfix: florence 2, handle case with no detections
|
2024-06-20 15:49:13 +03:00 |
Onuralp SEZER
|
8b933f640e
|
Merge pull request #1297 from roboflow/readme/hackfest-banner
Readme: change hackfest banner link to project page
|
2024-06-20 15:23:12 +03:00 |
LinasKo
|
f01ca33511
|
Readme: change hackfest banner link to project page
|
2024-06-20 15:14:33 +03:00 |
LinasKo
|
2f88bb2b8e
|
Add Florence 2 support
|
2024-06-20 14:50:10 +03:00 |
Onuralp SEZER
|
b2b251a424
|
feat: 🚀 Triangle and Dot annotators outline thickness level and triangle and circle shapes added (#1294)
* feat: 🚀 Triangle_annotator and Dot_annotator outline thickness value added
* feat: 🚀 Triangle_annotator and Dot_annotator outline triangle and circle added
* docs: 📝 outline_thickness py docs added
* refactor: remove else statement for thickness in circle not needed
* fix(pre_commit): 🎨 auto format pre-commit hooks
---------
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Onuralp SEZER <thunderbirdtr@gmail.com>
|
2024-06-20 12:49:36 +03:00 |
Onuralp SEZER
|
eec3615250
|
refactor: remove else statement for thickness in circle not needed
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
|
2024-06-20 12:45:55 +03:00 |
pre-commit-ci[bot]
|
272a9cb35e
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-06-19 18:43:35 +00:00 |
Dripto Saha
|
0d0328ef22
|
Updated the Triangle_annotator and the Dot_annotator in the annotator-core.py file
|
2024-06-20 00:12:42 +05:30 |
Dripto Saha
|
d821fca2af
|
Updated the Triangle_annotator and the Dot_annotator in the annotator-core.py
|
2024-06-19 23:59:27 +05:30 |
pre-commit-ci[bot]
|
ff9a63a68b
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-06-19 18:15:45 +00:00 |
Dripto Saha
|
a6222a065c
|
Updated the Triangle_annotator and the Dot_annotator in the annotator-core.py
|
2024-06-19 23:44:30 +05:30 |
Onuralp SEZER
|
1489f82e0f
|
docs: 📝 outline_thickness py docs added
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
|
2024-06-19 20:43:55 +03:00 |
pre-commit-ci[bot]
|
12722df65b
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-06-19 17:38:49 +00:00 |
Dripto Saha
|
900952acae
|
Modified annotators-core.py
|
2024-06-19 23:08:36 +05:30 |
pre-commit-ci[bot]
|
95308126c7
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-06-19 17:28:09 +00:00 |
Dripto Saha
|
e7de6859e9
|
Updated annotation-core.py
|
2024-06-19 22:57:52 +05:30 |
pre-commit-ci[bot]
|
feeea38e6e
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-06-19 14:11:46 +00:00 |
Dripto Saha
|
6ea07a1c2a
|
Updated dot-annotator-core.py
|
2024-06-19 19:11:52 +05:30 |
Linas Kondrackis
|
fbb770a486
|
Merge pull request #1227 from Bhavay-2001/OBB
Adding support for Yolo-OBB (Oriented Bounding Boxes) format
|
2024-06-19 12:10:23 +03:00 |
Linas Kondrackis
|
09f663139c
|
Merge pull request #1290 from roboflow/expose_file_script
file utilities ret-type updated and extended function to work with Pathlib
|
2024-06-19 12:02:11 +03:00 |
hardikdava
|
9efd04925c
|
Merge remote-tracking branch 'origin/expose_file_script' into expose_file_script
|
2024-06-19 09:46:46 +02:00 |
hardikdava
|
14ce0799ce
|
revert global import
|
2024-06-19 09:46:38 +02:00 |
LinasKo
|
a81f24e08d
|
Explain OBB format in docstring
|
2024-06-19 01:06:39 +03:00 |
LinasKo
|
257e73fb37
|
Change uncommon np.int0 type to its alias np.intp
|
2024-06-19 00:36:27 +03:00 |
LinasKo
|
dcfb122816
|
Fix xyxyxyxy shape
* Ultralytics return (-1, 4, 2), and that's waht our annotators expect
|
2024-06-19 00:33:00 +03:00 |
LinasKo
|
79ea168fd4
|
Merge branch 'develop' into OBB
|
2024-06-18 23:59:36 +03:00 |
LinasKo
|
d35830ddeb
|
Include tests
|
2024-06-18 22:19:36 +03:00 |
LinasKo
|
c5ff58910d
|
Reduce number of copy operations
|
2024-06-18 21:32:40 +03:00 |
Linas Kondrackis
|
15d9b75225
|
Merge pull request #1287 from roboflow/dependabot/pip/mkdocs-material-9.5.27
⬆️ Bump mkdocs-material from 9.5.26 to 9.5.27
|
2024-06-18 16:12:04 +03:00 |
Linas Kondrackis
|
49318ffe31
|
Merge pull request #1289 from roboflow/pre-commit-ci-update-config
chore(pre_commit): ⬆ pre_commit autoupdate
|
2024-06-18 16:05:56 +03:00 |
Linas Kondrackis
|
b52a0297f1
|
Merge pull request #1291 from roboflow/dependabot/pip/urllib3-2.2.2
⬆️ Bump urllib3 from 2.2.1 to 2.2.2
|
2024-06-18 15:12:13 +03:00 |
dependabot[bot]
|
eceebb33e3
|
⬆️ Bump urllib3 from 2.2.1 to 2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-17 23:02:23 +00:00 |
pre-commit-ci[bot]
|
fa7821b1c4
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-06-17 18:54:25 +00:00 |
hardikdava
|
a56a16937f
|
missing rettype added
|
2024-06-17 20:54:08 +02:00 |
hardikdava
|
0c95a6126d
|
converting paths to string
|
2024-06-17 20:50:40 +02:00 |
hardikdava
|
c14642accf
|
docstrings updated
|
2024-06-17 20:47:36 +02:00 |
hardikdava
|
8c0e2fb362
|
exposing some file utilities
|
2024-06-17 20:44:48 +02:00 |
pre-commit-ci[bot]
|
e5fb43aea6
|
chore(pre_commit): ⬆ pre_commit autoupdate
updates:
- [github.com/PyCQA/bandit: 1.7.8 → 1.7.9](https://github.com/PyCQA/bandit/compare/1.7.8...1.7.9)
- [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.4.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.8...v0.4.9)
|
2024-06-17 17:46:44 +00:00 |
Onuralp SEZER
|
32b70c5d37
|
Merge pull request #1286 from roboflow/dependabot/pip/ruff-0.4.9
⬆️ Bump ruff from 0.4.8 to 0.4.9
|
2024-06-17 18:07:47 +03:00 |
dependabot[bot]
|
b9e98a5e20
|
⬆️ Bump ruff from 0.4.8 to 0.4.9
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.8 to 0.4.9.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.8...v0.4.9)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-17 15:05:59 +00:00 |
Onuralp SEZER
|
246b8a720c
|
Merge pull request #1288 from roboflow/feat/disalllow-numpy-v2
Numpy upper limit: `<2.0.0`
|
2024-06-17 18:03:07 +03:00 |
LinasKo
|
a43970fb65
|
Pin numpy to <2.0.0
|
2024-06-17 16:46:47 +03:00 |
Dripto Saha
|
ff5709def2
|
Updated annotators-core.py
|
2024-06-17 16:46:41 +05:30 |
Dripto Saha
|
2805f41675
|
Updated annotators-core.py
|
2024-06-17 16:08:12 +05:30 |
dependabot[bot]
|
4eaa897f2c
|
⬆️ Bump mkdocs-material from 9.5.26 to 9.5.27
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.26 to 9.5.27.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.26...9.5.27)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-17 00:44:28 +00:00 |
Piotr Skalski
|
f96e7766f3
|
Merge pull request #1232 from David-rn/feat/keypoints-from-mediapipe
Feat/keypoints from mediapipe
|
2024-06-13 14:09:56 -04:00 |
pre-commit-ci[bot]
|
07cb0d8ccf
|
fix(pre_commit): 🎨 auto format pre-commit hooks
|
2024-06-13 17:50:45 +00:00 |