luxonis / datadreamer

Creation of annotated datasets from scratch using Generative AI and Foundation Computer Vision models
Apache License 2.0
78 stars 5 forks source link

Feature/add single-label classification dataset support #51

Closed sokovninn closed 5 months ago

sokovninn commented 5 months ago

This PR includes:

Note: SingleLabelClsConverter removes images with zero or more labels from the dataset, so the number of images after conversion may be reduced.

github-actions[bot] commented 5 months ago

β˜‚οΈ Python Coverage

current status: βœ…

Overall Coverage

Lines Covered Coverage Threshold Status
1269 682 54% 0% 🟒

New Files

File Coverage Status
datadreamer/utils/single_label_cls_converter.py 97% 🟒
TOTAL 97% 🟒

Modified Files

File Coverage Status
datadreamer/pipelines/generate_dataset_from_scratch.py 44% 🟒
datadreamer/utils/init.py 100% 🟒
datadreamer/utils/convert_dataset.py 23% 🟒
TOTAL 56% 🟒

updated for commit: c740c9f by action🐍

github-actions[bot] commented 5 months ago

Test Results

  6 files    6 suites   55m 19s :stopwatch:  99 tests  49 :white_check_mark:  50 :zzz: 0 :x: 594 runsβ€Šβ€ƒ294 :white_check_mark: 300 :zzz: 0 :x:

Results for commit c740c9fa.