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

feat(deepen): Add converter from non-annotated T4 to empty-annotated T4 #165

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

KSeangTan
Copy link

@KSeangTan KSeangTan commented Oct 31, 2024

Description

This PR supports a feature to convert non-annotated T4 to empty-annotated T4 in order to use webauto push

How to review

This PR adds perception_dataset/deepen/non_annotated_t4_to_empty_annotation_t4.py to support conversion from non-annotated T4 to empty-annotation T4
- It moves rosbags from a folder to the same folders in a T4 dataset since it assumes we run rosbag2_to_non_annotated_t4_converter.py before.

How to test

test data

test command

Reference

Notes for reviewer

@KSeangTan KSeangTan self-assigned this Oct 31, 2024
logger = configure_logger(modname=__name__)


class NonAnnotatedT4ToEmptyAnnotationT4Converter(AbstractConverter):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
class NonAnnotatedT4ToEmptyAnnotationT4Converter(AbstractConverter):
class NonAnnotatedT4ToEmptyAnnotatedT4Converter(AbstractConverter):

@@ -0,0 +1,46 @@
import os.path as osp
Copy link
Collaborator

Choose a reason for hiding this comment

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

(Not related to this part)
Would you also add a document for using this?

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