Skip to content

[BUG] cvcuda::Remap does not output the correct result on orin, and x86 runs coredump #224

Open
@Xiao-Hu-Z

Description

src_img = nvcv::Tensor(n_img_, {img_w_, img_h_}, nvcv::FMT_RGB8);
dst_img = nvcv::Tensor(n_img_, {img_w_, img_h_}, nvcv::FMT_RGB8);

bool   alignCorners{true};
float4 borderValue{0, 0, 0, 0};
cvcuda::Remap remap_op;
remap_op(stream_, src_img, dst_img, map_tensor_, NVCV_INTERP_NEAREST, 
    NVCV_INTERP_NEAREST, NVCV_REMAP_ABSOLUTE_NORMALIZED, static_cast<int8_t>(alignCorners),
    NVCV_BORDER_CONSTANT, borderValue);

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working as expected (software, install, documentation)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions