We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Torchvision's v2 transforms support for transform images and bounding boxes similar to how we implement via ExTransform:
MART/mart/transforms/extended.py
Line 35 in 20d2078
I think we should just standardize on Torchvision's implementation.
https://pytorch.org/vision/main/auto_examples/plot_transforms_v2.html
The text was updated successfully, but these errors were encountered:
See also: https://pytorch.org/vision/stable/auto_examples/plot_transforms_v2_e2e.html#sphx-glr-auto-examples-plot-transforms-v2-e2e-py
Sorry, something went wrong.
No branches or pull requests
Torchvision's v2 transforms support for transform images and bounding boxes similar to how we implement via ExTransform:
MART/mart/transforms/extended.py
Line 35 in 20d2078
I think we should just standardize on Torchvision's implementation.
https://pytorch.org/vision/main/auto_examples/plot_transforms_v2.html
The text was updated successfully, but these errors were encountered: