Open
Description
Hello!
I am unable to understand how I can replace the image path with 2 numpy images..
load each image as a torch.Tensor on GPU with shape (3,H,W), normalized in [0,1]
image0 = load_image('path/to/image_0.jpg').cuda()
image1 = load_image('path/to/image_1.jpg').cuda()
i alread have the images in memory as they come from a camera.
any help appreciated.
thank you
Metadata
Metadata
Assignees
Labels
No labels