Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Fix minor typo in rpn.py (facebookresearch#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
keineahnung2345 authored and fmassa committed Jun 23, 2019
1 parent c644e96 commit 8fe5014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maskrcnn_benchmark/modeling/rpn/rpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def forward(self, x):

class RPNModule(torch.nn.Module):
"""
Module for RPN computation. Takes feature maps from the backbone and RPN
proposals and losses. Works for both FPN and non-FPN.
Module for RPN computation. Takes feature maps from the backbone and outputs
RPN proposals and losses. Works for both FPN and non-FPN.
"""

def __init__(self, cfg, in_channels):
Expand Down

0 comments on commit 8fe5014

Please sign in to comment.