Skip to content

Commit

Permalink
remove main in tests/test_models/test_dense_heads/test_lad_head.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thuyngch committed Nov 23, 2021
1 parent c70824e commit d11c613
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_models/test_dense_heads/test_lad_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,3 @@ def score_samples(self, loss):
rescale = False
self.get_bboxes(
cls_scores, bbox_preds, iou_preds, img_metas, cfg, rescale=rescale)


# ------------------------------------------------------------------------------
# Main execution
# ------------------------------------------------------------------------------
if __name__ == '__main__':
test_lad_head_loss()

0 comments on commit d11c613

Please sign in to comment.