Skip to content

SecureMR Readback Core - wrong float texture format? #40

Description

@dahi-vrc

Results in:

E Secure MR::Server: [20:52:44.625][Error  ] createTensor >>> [INVALID PARAMETER]: Mat with dynamic-texture flag only supports 1-channel UINT8 (R8_UNORM), 3-channel UINT8 (R8G8B8_UNORM), 4-channel UINT8 (R8G8B8A8_UNORM), 1-channel INT8 (R8_UNORM), 3-channel INT8 (R8G8B8_UNORM), 4-channel INT8 (R8G8B8A8_UNORM) and 1-channel 32-bit float (D32_FLOAT)`

Using

format = TextureFormat.RFloat;

finally fixed it in my case:

JsonSecureMrPipelineRunner: verbose: GPU readback [0] ready for tensor 'readbackTensorGlobal': handle=12970367420643918592, fmt=R32_SFloat, dim=192x192

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