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

Depth map support #26

Merged
merged 9 commits into from
Aug 8, 2022
Merged

Depth map support #26

merged 9 commits into from
Aug 8, 2022

Conversation

emilk
Copy link
Member

@emilk emilk commented Aug 8, 2022

This adds support for logging depth maps in the SDK.

However, at the moment they are not displayed any different in the viewer. We still need to figure out what is a good way to display them. One key thing one would want to do is to be able to use a picker to sample the depth map and show the depth. I think it would make sense to always have the picker enabled when hovering over an image (depth or otherwise) in the 2D view.

At the moment the "picker" functionality is only enabled when hovering tensor data, but at the level where the tensor has no meta-data to say whether or not it is a depth map. I think there is value to such "raw" inspection too, but it is probably going to be a far less common usecase.

@emilk emilk marked this pull request as ready for review August 8, 2022 16:53
@emilk emilk merged commit e407e1e into main Aug 8, 2022
@emilk emilk deleted the depth-map branch August 8, 2022 17:06
@emilk emilk mentioned this pull request Jan 24, 2023
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.

1 participant