You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your code, you seem to use the image as BGR, whereas in the torchvision documentation, itseems VGG model expects RGB.
I have used your code and tried to use the image as RGB. But the model prediction is not confident (<0.5).
Do you know which one of the formats we have to use for PyTorch models(BGR or RGB)?
The text was updated successfully, but these errors were encountered:
Hi,
In your code, you seem to use the image as BGR, whereas in the torchvision documentation, itseems VGG model expects RGB.
I have used your code and tried to use the image as RGB. But the model prediction is not confident (<0.5).
Do you know which one of the formats we have to use for PyTorch models(BGR or RGB)?
The text was updated successfully, but these errors were encountered: