yolov5/utils/segment
Glenn Jocher c55e2cd73b
Add `min_items` filter option (#9997)
* Add `min_items` filter option

@AyushExel @Laughing-q dataset filter

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

* Update dataloaders.py

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

* fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-01 14:53:14 +01:00
..
__init__.py YOLOv5 segmentation model support (#9052) 2022-09-16 00:12:46 +02:00
augmentations.py YOLOv5 segmentation model support (#9052) 2022-09-16 00:12:46 +02:00
dataloaders.py Add `min_items` filter option (#9997) 2022-11-01 14:53:14 +01:00
general.py update mask2segments and saving results (#9785) 2022-10-13 01:44:01 +02:00
loss.py YOLOv5 segmentation model support (#9052) 2022-09-16 00:12:46 +02:00
metrics.py YOLOv5 segmentation model support (#9052) 2022-09-16 00:12:46 +02:00
plots.py Add Paddle exports to benchmarks (#9459) 2022-09-18 00:17:31 +02:00