Closed
Description
📚 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!