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

Add CLI tool for converting YOLO-format to MSCOCO #375

Merged
merged 5 commits into from
May 3, 2022
Merged

Conversation

zhiqwang
Copy link
Owner

@zhiqwang zhiqwang commented Mar 26, 2022

python3 tools/convert_txt_to_json.py --data_source data-bin/coco128/
                                     --class_names notebooks/assets/coco.names
                                     --label_dir labels
                                     --image_dir images

@zhiqwang zhiqwang added enhancement New feature or request API Library use interface labels Mar 26, 2022
@codecov
Copy link

codecov bot commented Mar 26, 2022

Codecov Report

Merging #375 (0d9b329) into main (63ad69a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #375   +/-   ##
=======================================
  Coverage   98.58%   98.58%           
=======================================
  Files          11       11           
  Lines         778      778           
=======================================
  Hits          767      767           
  Misses         11       11           
Flag Coverage Δ
unittests 98.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 63ad69a...0d9b329. Read the comment docs.

@CLAassistant
Copy link

CLAassistant commented May 1, 2022

CLA assistant check
All committers have signed the CLA.

@zhiqwang zhiqwang changed the title Add CLI tool for converting YOLO-format labels to MSCOCO Add CLI tool for converting YOLO-format to MSCOCO May 3, 2022
@zhiqwang zhiqwang merged commit 006f3f6 into main May 3, 2022
@zhiqwang zhiqwang deleted the fix-yolo2json branch May 3, 2022 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Library use interface enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants