-
Notifications
You must be signed in to change notification settings - Fork 4
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: camera images and 2d annotations generation #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code runs ok on my side.
bbdb1e6
to
1ce640b
Compare
…around for Unity's step execution issue
1ce640b
to
6ea82a8
Compare
@yukke42 |
@MagdalenaKotynia Did you run |
@yukke42 |
perception_dataset/rosbag2/rosbag2_to_non_annotated_t4_converter.py
Outdated
Show resolved
Hide resolved
@yukke42 Is this pull request ready to be merged? |
Description
This PR contains changes needed to convert rosbags to t4dataset with camera images and annotations (including 2d bounding boxes annotations in object_ann.json file).
How to review
How to test
test data
Example test rosbag
Example test config yaml file:
test command
Reference
Notes for reviewer
enable synthetic camera images decoding -
compressed_msg_to_numpy
has been changed to be able to decode both synthetic and real data (synthetic data have bgr8 encoding).fixed camera view orientation for synthetic data - this change was done to fix the orientation of camera view and to be able to map the annotations to images properly
increased _TIMESTAMP_DIFF to be able to generate syntetic data - work… - this change was done to workaround the issue with too big timestamp mismatch between camera and lidar corresponding frames (should be decreased when the issue is fixed)
implemented generation of 2d bounding boxes annotations in object_ann… - this is implementation of mapping annotations to 2d bounding boxes annotations of images