Skip to content

Commit

Permalink
doc refine
Browse files Browse the repository at this point in the history
  • Loading branch information
LYM-fire committed Sep 21, 2022
1 parent 8dfc9c1 commit b69da4f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions mmdet/models/detectors/detr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@

@MODELS.register_module()
class DETR(TransformerDetector):
"""Implements the DETR. See `paper: End-to-End Object Detection with
Transformers.
<https://arxiv.org/pdf/2005.12872>`_ for details.
"""
r"""Implementation of `DETR: End-to-End Object Detection with
Transformers <https://arxiv.org/pdf/2005.12872>`_"""

def _init_layers(self) -> None:
"""Initialize layers except for backbone, neck and bbox_head."""
Expand Down

0 comments on commit b69da4f

Please sign in to comment.