A function to convert prodigy output to yolo8 (instance segmentation) input
Fixes # (issue) 06
Instructions for Reviewer
You will need to run the function with an test input label, output location, and a conversion dictionary - there is an example in the function description. I have not addressed the input/ output integration with metaflow/ S3 (assuming the correct pathnames can be entered).
Please pay special attention to ...
It would be great to sense check the x-y conversion, also the S3/ metaflow integration is unaddressed.
Checklist:
[ ] I have refactored my code out from notebooks/
[ ] I have checked the code runs
[ ] I have tested the code
[ ] I have run pre-commit and addressed any issues not automatically fixed
[ ] I have merged any new changes from dev
[ ] I have documented the code
[ ] Major functions have docstrings
[ ] Appropriate information has been added to READMEs
Description
A function to convert prodigy output to yolo8 (instance segmentation) input
Fixes # (issue) 06
Instructions for Reviewer
You will need to run the function with an test input label, output location, and a conversion dictionary - there is an example in the function description. I have not addressed the input/ output integration with metaflow/ S3 (assuming the correct pathnames can be entered).
Please pay special attention to ...
It would be great to sense check the x-y conversion, also the S3/ metaflow integration is unaddressed.
Checklist:
notebooks/
pre-commit
and addressed any issues not automatically fixeddev
README
s