Skip to content

Unaligned buffer size causes "Failed to read projection matrix" error #2

Description

@ipatix

Currently the benchmarking harness (so no matter which implementation) does not support buffer / batch sizes, which are unaligned to the number of images in the input. E.g. if there are 48 images in the input, and the buffer size is 32, it will fail during the 2nd read (because only 16 images are left).

Related code is here:

for (int i = 0; i < bufferSize; i++) {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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