facebookresearch / 3detr

Code & Models for 3DETR - an End-to-end transformer model for 3D object detection
Apache License 2.0
629 stars 79 forks source link

Defining Function Parameters #60

Open kundetiA opened 3 weeks ago

kundetiA commented 3 weeks ago

Hello,

Firstly thank you for the amazing work.

I have recently started working with Transformers. While defining a function, a docstring is really needed for freshers like me, who are new to deep learning, point clouds, transformer architectures.

I request you to please add a doctstring below Model functions, training functions and wherever possible.

Thank you kundeti