Skip to content

Commit

Permalink
Update mmpose/models/heads/hybrid_heads/vis_head.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tau <taujiang@outlook.com>
  • Loading branch information
Ben-Louis and Tau-J committed Jul 27, 2023
1 parent 45c2c8b commit 6145d3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmpose/models/heads/hybrid_heads/vis_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class VisPredictHead(BaseHead):

def __init__(self,
pose_cfg: ConfigType,
override_bbox_score: bool = False,
loss: ConfigType = dict(
type='BCELoss', use_target_weight=False,
use_sigmoid=True),
Expand Down

0 comments on commit 6145d3f

Please sign in to comment.