We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
A simple issue, Docs are missing on the torchvision website for following functions written in torchvision.
I guess we should add these docs on the webpage, as end-users will benefit from using these functions.
Most people will not look at source code to find these functions but refer to docs.
Missing docs that I found
Image reading functions here We have docs for video io functions, so maybe image should too be there.
Torchvision ops from boxes.py. Docs are added for NMS. but we are missing IoU, Box area and some classes. Partly fixed in Adds Generalized IOU, Tests for Box Ops #2642
Please do let me know if some other docs or missing as well.
Also, I can raise a PR to fix these, please do let me know if it is needed!
The text was updated successfully, but these errors were encountered:
@oke-aditya thanks for reporting :)
Concerning "Image reading functions", it is only master version and does not exist yet in the stable version, right ?
master
About torchvision ops from boxes.py, yes, seems like some docstrings are missing in https://pytorch.org/docs/stable/torchvision/ops.html which can be easily added.
So, yes, please, send a PR for fixing missing functions in docs for boxes.py.
Sorry, something went wrong.
For image reading functions, docs do not exist for both, master as well as stable.
Please verify once io.rst
Yes, you are right, docs for master version are also missing image reading functions. A PR for that could also help :)
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
📚 Documentation
A simple issue, Docs are missing on the torchvision website for following functions written in torchvision.
I guess we should add these docs on the webpage, as end-users will benefit from using these functions.
Most people will not look at source code to find these functions but refer to docs.
Missing docs that I found
Image reading functions here
We have docs for video io functions, so maybe image should too be there.
Torchvision ops from boxes.py. Docs are added for NMS. but we are missing IoU, Box area and some classes. Partly fixed in Adds Generalized IOU, Tests for Box Ops #2642
Please do let me know if some other docs or missing as well.
Also, I can raise a PR to fix these, please do let me know if it is needed!
The text was updated successfully, but these errors were encountered: