vision
https://github.com/pytorch/vision
Python
Datasets, Transforms and Models specific to Computer Vision
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported15 Subscribers
Add a CodeTriage badge to vision
Help out
- Issues
- Batched NMS generates onnx IF operator, which causes onnx conversion problem
- Incorrect BoundingBoxes format conversion CXCYWH -> XYXY
- Test auditwheel
- [build] Linux aarch64 wheels are build with manylinux_2_34_aarch64 tag according to auditwheel check
- Setting a single negative value or a couple of negative values to `sigma` argument of `ElasticTransform()` doesn't get error against the error message
- `sigma` argument of `ElasticTransform()` should completely avoid negative values, giving error and the doc should have the explanation.
- the doc of `alpha` and `sigma` argument of `ElasticTransform()` should have the explanation about if it's a single value
- `alpha` argument of `ElasticTransform()` should completely avoid negative values, giving error and the doc should have the explanation.
- Celeba dataset can not be downloaded
- Setting a 2D tensor to `RandomAffine()` after instantiation got other error message against error message
- Docs
- Python not yet supported