Commit abf36b94 authored by 103yiran's avatar 103yiran Committed by Francisco Massa

Uniform annotation format (#357)

parent d28845e1
...@@ -18,7 +18,7 @@ class GeneralizedRCNN(nn.Module): ...@@ -18,7 +18,7 @@ class GeneralizedRCNN(nn.Module):
Main class for Generalized R-CNN. Currently supports boxes and masks. Main class for Generalized R-CNN. Currently supports boxes and masks.
It consists of three main parts: It consists of three main parts:
- backbone - backbone
= rpn - rpn
- heads: takes the features + the proposals from the RPN and computes - heads: takes the features + the proposals from the RPN and computes
detections / masks from it. detections / masks from it.
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment