Aditya Thyagarajan
22dd845c48
add bbox area computation ( #968 )
2024-01-25 20:21:06 -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
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
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