Skip to content

[Need feedback] What dtype do we output for HDR videos? #1304

@NicolasHug

Description

@NicolasHug

Opening this to gather feedback from https://x.com/hug_nicolas/status/2036138642360439080

We currently return torch.uint8 which is lossy. If we were to support native resolution for HDR videos, what should we output?

  • torch.uint16. Users can't do anything with a uint16 tensor, the only thing they can do is to immediately convert to int32 or float32.
  • torch.int32
  • torch.float32

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions