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):
Main class for Generalized R-CNN. Currently supports boxes and masks.
It consists of three main parts:
- backbone
= rpn
- rpn
- heads: takes the features + the proposals from the RPN and computes
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