Denormalize images from [0 1] to [0 255]

后端 未结 0 898
忘了有多久
忘了有多久 2021-01-29 09:43

after performing this during inferencing/testing:

output = model(image)
output = output.cpu().detach().numpy()
output = np.squeeze(output , axis = 0)
相关标签:
回答
  • 消灭零回复
提交回复
热议问题