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: add support of rendering future trajectories #95

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

ktro2828
Copy link
Collaborator

What

This PR introduces rendering future trajectories in 3D space.

By specifying future_seconds=<SECONDS>, viewer try to load annotated future trajectories until the specified seconds and render them.

>>> from t4_devkit import Tier4
>>> t4 = Tier4("annotation", <DATA_ROOT>)
>>> t4.render_scene(t4.scene[0].token, future_seconds=5.0)

Screenshot from 2025-02-11 07-39-49

@github-actions github-actions bot added the new-feature New feature or request label Feb 10, 2025
Copy link

github-actions bot commented Feb 10, 2025

☂️ Python Coverage

current status: ❌

Overall Coverage

Lines Covered Coverage Threshold Status
2200 1477 67% 50% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
t4_devkit/tier4.py 9% 🔴
t4_devkit/viewer/rendering_data/box.py 91% 🟢
t4_devkit/viewer/viewer.py 77% 🔴
TOTAL 59% 🔴

updated for commit: 34ac3bb by action🐍

@ktro2828 ktro2828 force-pushed the feat/render/future branch 2 times, most recently from 90626e9 to fe192c6 Compare February 11, 2025 05:10
@github-actions github-actions bot added the ci Continuous Integration (CI) processes and testing label Feb 11, 2025
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
@ktro2828 ktro2828 merged commit ddd11d0 into main Feb 11, 2025
5 of 6 checks passed
@ktro2828 ktro2828 deleted the feat/render/future branch February 11, 2025 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration (CI) processes and testing new-feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant