Commit 7b165eb4 authored by Kaushik Shivakumar's avatar Kaushik Shivakumar
Browse files

fix tests

parent ba65cc7e
......@@ -142,6 +142,8 @@ class TargetAssigner(object):
aware of groundtruth weights. Additionally, `cls_weights` and
`reg_weights` are calculated using groundtruth weights as an added
safety.
class_predictions: a float tensor of shape [N, num_classes] containing class
predictions from the model, to be used in certain matchers.
Returns:
cls_targets: a float32 tensor with shape [num_anchors, d_1, d_2 ... d_k],
......
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