Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RLE counts #144

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Fix RLE counts #144

merged 1 commit into from
Aug 12, 2024

Conversation

klemen1999
Copy link
Contributor

Allow RLE counts to be NonNegativeInt intead of strictly PositiveInt because COCO-2017 has also 0s in some of the
annotations.

@klemen1999 klemen1999 changed the base branch from main to dev August 11, 2024 15:57
Copy link

Test Results

  1 files    1 suites   16m 53s ⏱️
 97 tests  97 ✅ 0 💤 0 ❌
109 runs  109 ✅ 0 💤 0 ❌

Results for commit 0547076.

Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
3561 2954 83% 0% 🟢

New Files

File Coverage Status
luxonis_ml/utils/rich_utils.py 100% 🟢
TOTAL 100% 🟢

Modified Files

File Coverage Status
luxonis_ml/data/init.py 79% 🟢
luxonis_ml/data/datasets/init.py 100% 🟢
luxonis_ml/data/datasets/annotation.py 91% 🟢
luxonis_ml/data/datasets/luxonis_dataset.py 86% 🟢
luxonis_ml/data/datasets/source.py 89% 🟢
luxonis_ml/data/loaders/init.py 100% 🟢
luxonis_ml/data/loaders/base_loader.py 88% 🟢
luxonis_ml/data/loaders/luxonis_loader.py 92% 🟢
luxonis_ml/data/parsers/base_parser.py 92% 🟢
luxonis_ml/data/parsers/coco_parser.py 91% 🟢
luxonis_ml/data/parsers/luxonis_parser.py 96% 🟢
luxonis_ml/data/parsers/segmentation_mask_directory_parser.py 98% 🟢
luxonis_ml/data/parsers/solo_parser.py 78% 🟢
luxonis_ml/nn_archive/config_building_blocks/base_models/input.py 93% 🟢
luxonis_ml/nn_archive/config_building_blocks/base_models/output.py 86% 🟢
luxonis_ml/utils/init.py 100% 🟢
luxonis_ml/utils/environ.py 97% 🟢
luxonis_ml/utils/filesystem.py 75% 🟢
TOTAL 91% 🟢

updated for commit: 0547076 by action🐍

@kozlov721 kozlov721 added fix Fixing a bug data Changes affecting luxonis_ml.data subpackage labels Aug 11, 2024
@kozlov721 kozlov721 changed the title Fix/rle ann count Fix RLE count Aug 11, 2024
@kozlov721 kozlov721 changed the title Fix RLE count Fix RLE counts Aug 11, 2024
@klemen1999 klemen1999 merged commit 90cbf1a into dev Aug 12, 2024
12 checks passed
@klemen1999 klemen1999 deleted the fix/rle_ann_count branch August 12, 2024 07:32
@kozlov721 kozlov721 mentioned this pull request Aug 16, 2024
kozlov721 pushed a commit that referenced this pull request Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Changes affecting luxonis_ml.data subpackage fix Fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants