Skip to content

3D interpolation in GPU, but error #7

@chelovek21

Description

@chelovek21

I am trying to use GPU to achieve 3D interpolation, using the following method:
transformed_volume = transform(volume, scale=(0.5, 0.5, 0.5), interpolation='linear', device='gpu:0', reshape=True)
python=3.9, cupy-cuda112==8.5.0

But the output is an incorrect result, why?
@the-lay
The output result:
test2

The correct result should be:
test2 (copy)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions