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

3D pt. 2 - Support 3D centroids (+bounding box coords) #556

Open
3 tasks
Tracked by #555
ShrimpCryptid opened this issue Feb 6, 2025 · 0 comments
Open
3 tasks
Tracked by #555

3D pt. 2 - Support 3D centroids (+bounding box coords) #556

ShrimpCryptid opened this issue Feb 6, 2025 · 0 comments
Labels
internals Tech debt, refactoring, dependencies, etc. new feature New feature or request

Comments

@ShrimpCryptid
Copy link
Contributor

Use Case

Allow centroid data to be provided as 3D coordinates instead of 2D only.

Acceptance Criteria

  • Add a flag in the dataset (either manifest or elsewhere) that causes centroids + bounding box coordinates to be parsed as 3D instead of 2D.
  • Update all bounding-box- and centroid-related logic to return/handle 3D coordinates
    • For backwards compatibility with existing datasets, set the Z-value to 0 if coordinates are in 2D.

Details

@ShrimpCryptid ShrimpCryptid added internals Tech debt, refactoring, dependencies, etc. new feature New feature or request labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internals Tech debt, refactoring, dependencies, etc. new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant