Yanlin Qiu

Results 11 comments of Yanlin Qiu

Input data are supposed to be NHWC format in Pytorch, in the example, N = 1: `auto img_tensor = torch::CPU(torch::kFloat32).tensorFromBlob(img_float.data, {1, input_image_size, input_image_size, 3});` So you should create a tensor...