pytorch / vision

Datasets, Transforms and Models specific to Computer Vision
https://pytorch.org/vision
BSD 3-Clause "New" or "Revised" License
16.29k stars 6.96k forks source link

Revamping our semantic segmentation and object detection models docs #5833 #5897

Closed NicolasHug closed 2 years ago

NicolasHug commented 2 years ago

Sister issue (for classification models): https://github.com/pytorch/vision/issues/5833

We're re-writing our models docs to make them clearer, simpler, and to properly document the upcoming multi-weight API. This issue is about adding docs for the detection and segmentation models.

Our latest new docs are currently here (this link is likely outdated by the time you look at it, but it doesn't matter; the skeleton is there). We created a separate section that will eventually be merged into the main one. We have documented a few models, but most of them are still missing. The list of models that still need docs is listed below. If you'd like to participate, please comment below with a message saying "I'm working on XYZ" where XYZ is a model, so that others don't pick the same as you do. To keep things simple, please submit one PR per model, but feel free to contribute more than one model.

How to write docs for a model

Note: below are detailed instructions. This makes it look more complicated than it actually is. Don't be scared!

A great place to start is to look a the changes in this PR that documents SqueezeNet. You'll need to do exactly the same for your model:

To build the docs locally, please look at our contributing guide. You won't need to worry about the gallery example, so always use make html-noplot instead of make html to save time.

Please don't hesitate to ping us if you need any help / guidance or if you have any question!


Semantic segmentation:

Object Detection:

abhi-glitchhg commented 2 years ago

I can work on FasterRCNN

frgfm commented 2 years ago

Happy to take care of MaskRCNN 👍

xiaohu2015 commented 2 years ago

I can work on FCOS

puhuk commented 2 years ago

I can take SSD300

oke-aditya commented 2 years ago

I will take LRASPP

frgfm commented 2 years ago

I'll take FCN & SSDLite to finish this then :)

NicolasHug commented 2 years ago

Thanks a lot everyone! ~SSD300 is still up for grabs if anyone would like to do it~

puhuk commented 2 years ago

@NicolasHug Hi I am doing with SSD. Could you wail till today:)

NicolasHug commented 2 years ago

Oops sorry @puhuk I missed your comment above! Please take your time, no rush :)

NicolasHug commented 2 years ago

Thank you very much for your help everyone !!