How to read just one pic? - vision - PyTorch Forums
discuss.pytorch.org › t › how-to-read-just-one-picMay 03, 2018 · I finished my training about a classify network with the help of DataLoader.That’s awesome. When i use just one pic to test my model, i found that the image read with the help of opencv in the format of array is different from that get from DataLoader. Is that really different from the result of DataLoader if i read with cv2.imread or did i make some mistake? If i want to read one pic with ...