-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[interpolation] Investigate difference in resizing/rotation between cv2, TF & Pytorch #402
Comments
TF vs CV2 |
PIL vs TORCH Torchvision.transforms.Resize: |
|
Alright, we almost got everything to close this issue:
|
For the moment we used
|
Thanks! If so, we could:
|
Yes, and also in the torch resizing function as mentioned here:
|
Let's harmonize this for the next training cycle along with the rotation in 0.5.0 👍 |
We won't have time to harmonize & retrain all models with this before the next release, so I'm staging it for 0.6.0 👍 |
The library doesn't have clear information on the consequences of image transformation using different framework backends. Some need to be investigated:
The text was updated successfully, but these errors were encountered: