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

refactor: parallelizate fl annotation processing #182

Merged
merged 4 commits into from
Dec 30, 2024

Conversation

miursh
Copy link
Collaborator

@miursh miursh commented Dec 19, 2024

This pull request introduces parallel processing to the fastlabel_2d_to_t4_converter.py to improve the performance of annotation processing. The most important changes include importing necessary modules for parallel processing, refactoring the annotation formatting function, and adding new methods to handle parallel processing.

Parallel processing improvements:

miursh and others added 3 commits December 19, 2024 10:17
…nd DeepenToT4Converter

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>

# Conflicts:
#	perception_dataset/deepen/deepen_to_t4_converter.py
#	perception_dataset/fastlabel_to_t4/fastlabel_2d_to_t4_converter.py
#	perception_dataset/t4_dataset/annotation_files_generator.py
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
@miursh miursh requested a review from ktro2828 December 19, 2024 01:19
Copy link
Contributor

@ktro2828 ktro2828 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@miursh miursh merged commit 3872c99 into feat/update-dataset-with-fastlabel Dec 30, 2024
5 checks passed
@miursh miursh deleted the feat/fastlabel/parallelize branch December 30, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants