Unverified Commit c5abdcbd authored by hjin2902's avatar hjin2902 Committed by GitHub
Browse files

rpn_targets: too many values to unpack (#508)

parent 951b5219
......@@ -346,7 +346,7 @@ class H3DBboxHead(nn.Module):
dict: Losses of H3dnet.
"""
(vote_targets, vote_target_masks, size_class_targets, size_res_targets,
dir_class_targets, dir_res_targets, center_targets, mask_targets,
dir_class_targets, dir_res_targets, center_targets, _, mask_targets,
valid_gt_masks, objectness_targets, objectness_weights,
box_loss_weights, valid_gt_weights) = rpn_targets
......
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