Ulyana
b596ba3531
split ci into two tests
2026-01-05 12:04:19 -08:00
Jonas Mueller
0167accd0a
license ( #1263 )
...
change license to Apache 2.0
---------
Co-authored-by: Anish Athalye <me@anishathalye.com >
2025-12-15 16:56:30 -08:00
Elías Snorrason
a8cb2839f0
Improve matplotlib Axes typing ( #1174 )
2024-07-11 16:20:59 -07:00
Jonas Mueller
3c6c9a107a
avoid sensitive divisions without ensuring denominator is not small ( #1114 )
2024-05-03 22:08:26 +00:00
Jonas Mueller
5eaeb983f1
cleanup docstrings for recently added summary.py kwargs ( #1088 )
2024-04-08 14:42:08 -07:00
Matthew Turk
cc319efea0
Add kwargs to functions that call plt.show() ( #1084 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2024-04-08 11:59:58 -07:00
Ulyana
0d30452da5
Add docstring clarification to Object Detection bbox shapes ( #954 )
...
Co-authored-by: Aditya Thyagarajan <aditya1593@icloud.com >
2024-01-24 09:33:23 -08:00
Yiran Shi
03d5c968b9
Report class metrics for object detection dataset ( #877 )
...
* Add support to per-class metrics for Object detection, thanks @Steven-Yiran
2023-12-19 09:22:20 +05:30
Aditya Thyagarajan
09d95dc47f
add false negative support for ObjectLab2D ( #883 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2023-11-21 18:39:18 +00:00
Yiran Shi
902fb487c9
Functions to explore object detection dataset ( #840 )
...
Add dataset summary functions+plots to object detection.
---------
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: Ulyana <ulyana@cleanlab.ai >
2023-10-16 13:17:05 -07:00
Aditya Thyagarajan
ffbddc3a9e
mypy linting ( #864 )
...
* mypy linting
* summary without type check
* Add test to confirm np.array can be passed into visualize
---------
Co-authored-by: Ulyana <ulya.tkach@gmail.com >
2023-10-05 15:54:53 -07:00
Ulyana
977f52af6e
Update objectlab docstring for clarity ( #833 )
2023-08-30 13:39:58 -07:00
Aditya Thyagarajan
a497b38c28
change thresholding class-wise for ObjectLab ( #804 )
...
* Adding support for per-class thresholding for ObjectLab
2023-08-26 05:06:00 +05:30
Ulyana
396bd68e66
Improve indexing for Object Detection Badloc Score ( #807 )
2023-08-14 09:29:56 -07:00
Ulyana
dcd9ea3a16
Improve OD scores ( #770 )
...
* Add updated badloc, overlooked scores
* Improve code clarity for all scores
* Add codecov tests
* Remove unnecessary logic for swap score
2023-07-21 12:37:51 -07:00
Aditya Thyagarajan
cb51891b06
lowering swap score for multiple labels associated with a box ( #750 )
...
* Lower swap scores for overlapping annotations + Optional arguments correction
---------
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: Ulyana <ulya.tkach@gmail.com >
2023-07-12 20:29:20 +05:30
Ulyana
299d66f3ec
Update object detection tutorial to clarify out-of-sample predictions ( #745 )
...
* Add out-of-sample clarification to notebook, fix filename check, add unit tests
2023-06-15 13:14:30 -07:00
Ulyana
7d84aa47cd
Bugfix object detection visualize function( #739 )
2023-06-07 21:11:30 -07:00
Ulyana
da65a9727f
identifying label errors in Object Detection data ( #676 )
...
Co-authored-by: Aditya Thyagarajan <aditya1593@icloud.com >
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com >
2023-06-07 01:12:46 -07:00