BoLiu commited on
Commit
53a17b4
·
verified ·
1 Parent(s): 6c80703

Update post_processing/wbf.py

Browse files
Files changed (1) hide show
  1. post_processing/wbf.py +4 -0
post_processing/wbf.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  # Adapted from:
2
  # https://github.com/ZFTurbo/Weighted-Boxes-Fusion/blob/master/ensemble_boxes/ensemble_boxes_wbf.py
3
 
 
1
+ # SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES.
2
+ # All rights reserved.
3
+ # SPDX-License-Identifier: Apache-2.0
4
+
5
  # Adapted from:
6
  # https://github.com/ZFTurbo/Weighted-Boxes-Fusion/blob/master/ensemble_boxes/ensemble_boxes_wbf.py
7