BoLiu commited on
Commit
20c622b
·
verified ·
1 Parent(s): 5c4b162

Update yolox/darknet.py

Browse files
Files changed (1) hide show
  1. yolox/darknet.py +5 -0
yolox/darknet.py CHANGED
@@ -1,5 +1,10 @@
1
  #!/usr/bin/env python
2
  # -*- encoding: utf-8 -*-
 
 
 
 
 
3
  # Copyright (c) Megvii Inc. All rights reserved.
4
 
5
  from torch import nn
 
1
  #!/usr/bin/env python
2
  # -*- encoding: utf-8 -*-
3
+
4
+ # SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES.
5
+ # All rights reserved.
6
+ # SPDX-License-Identifier: Apache-2.0
7
+
8
  # Copyright (c) Megvii Inc. All rights reserved.
9
 
10
  from torch import nn