Skip to content

Commit 4c01098

Browse files
Happy new copyright year!πŸŽ‰πŸŽ‰πŸŽ‰ (openvinotoolkit#2429)
### Changes Copyright year is incremented ### Reason for changes 2024 year has come to us ### Tests There were enough tests in 2023
1 parent 2698ecf commit 4c01098

File tree

1,209 files changed

+1212
-1212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,209 files changed

+1212
-1212
lines changed

β€Ždocs/api/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -22,7 +22,7 @@
2222

2323
project = "NNCF"
2424
html_title = "NNCF"
25-
copyright_ = "2023, Intel Corporation"
25+
copyright_ = "2024, Intel Corporation"
2626
author = "Intel Corporation"
2727

2828
extensions = ["autoapi.extension", "sphinx.ext.autodoc", "sphinx.ext.linkcode"]

β€Žexamples/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/common/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/common/paths.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/common/sample_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/experimental/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/experimental/torch/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/experimental/torch/classification/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/experimental/torch/classification/bootstrap_nas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/experimental/torch/classification/bootstrap_nas_search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/llm_compression/openvino/tiny_llama/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/post_training_quantization/onnx/mobilenet_v2/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/post_training_quantization/openvino/mobilenet_v2/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/post_training_quantization/openvino/yolov8/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/post_training_quantization/openvino/yolov8_quantize_with_accuracy_control/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/post_training_quantization/tensorflow/mobilenet_v2/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/post_training_quantization/torch/mobilenet_v2/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/post_training_quantization/torch/ssd300_vgg16/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/classification/datasets/builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/classification/datasets/preprocessing/cifar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/classification/datasets/preprocessing/imagenet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/classification/datasets/preprocessing/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/classification/datasets/preprocessing_selector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/classification/datasets/tfrecords/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/classification/datasets/tfrecords/cifar10.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/classification/datasets/tfrecords/cifar100.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/classification/datasets/tfrecords/imagenet2012.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/classification/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/argparser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/callbacks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/dataset_builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/distributed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/experimental_patcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/export.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/logger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/model_loader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/architecture/darknet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/architecture/factory.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/architecture/fpn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/architecture/heads.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/architecture/nn_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/architecture/resnet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/base_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/checkpoint_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/datasets/builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/datasets/preprocessing_selector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/datasets/tfrecords/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/datasets/tfrecords/coco2017.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/evaluation/coco_evaluator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/evaluation/coco_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/losses.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/ops/nms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/ops/postprocess_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/ops/roi_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/ops/spatial_transform_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/ops/target_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/utils/anchor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/utils/argmax_matcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/utils/balanced_positive_negative_sampler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/utils/box_coder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/utils/box_list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

β€Žexamples/tensorflow/common/object_detection/utils/box_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

0 commit comments

Comments
Β (0)