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 CLI tool for visualization #91

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: add CLI tool for visualization #91

wants to merge 1 commit into from

Conversation

ktro2828
Copy link
Collaborator

@ktro2828 ktro2828 commented Jan 17, 2025

What

This PR introduces a CLI tool to visualize T4 dataset.

Usage

$ t4viz --help
Usage: t4viz [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  instance    Visualize a particular instance in a corresponding scene
  pointcloud  Visualize pointcloud in a corresponding scene.
  scene       Visualize a specific scene.

Visualize scene

$ t4viz scene --help
Usage: t4viz scene [OPTIONS] DATA_ROOT

  Visualize a specific scene.

Options:
  -o, --output PATH  Output directory to save recoding .rrd file.
  --no-show          Indicates whether not to show viewer.
  --help             Show this message and exit.

Visualize instance

$ t4viz instance --help
Usage: t4viz instance [OPTIONS] DATA_ROOT INSTANCE

  Visualize a particular instance in a corresponding scene

Options:
  -o, --output PATH  Output directory to save recoding .rrd file.
  --no-show          Indicates whether not to show viewer.
  --help             Show this message and exit.

Visualize pointcloud

$ t4viz pointcloud --help
Usage: t4viz pointcloud [OPTIONS] DATA_ROOT

  Visualize pointcloud in a corresponding scene.

Options:
  --distortion       Indicates whether not to ignore camera distortion.
  -o, --output PATH  Output directory to save recoding .rrd file.
  --no-show          Indicates whether not to show viewer.
  --help             Show this message and exit.

@github-actions github-actions bot added dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation new-feature New feature or request labels Jan 17, 2025
Copy link

github-actions bot commented Jan 17, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2153 1456 68% 50% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: f823f99 by action🐍

@ktro2828 ktro2828 force-pushed the feat/cli branch 9 times, most recently from 0beae95 to 0281551 Compare January 17, 2025 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation new-feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant