Fix licences.

* nn_convert.py is actually ours.
This commit is contained in:
iabdalkader 2018-05-29 03:45:45 +02:00
parent 53686b1943
commit fd5cc31f49
2 changed files with 10 additions and 15 deletions

View File

@ -1,19 +1,8 @@
# Copyright (C) 2018 Arm Limited or its affiliates. All rights reserved. # This file is part of the OpenMV project.
# # Copyright (c) 2013-2017 Ibrahim Abdelkader <iabdalkader@openmv.io> & Kwabena W. Agyeman <kwagyeman@openmv.io>
# SPDX-License-Identifier: Apache-2.0 # This work is licensed under the MIT license, see the file LICENSE for details.
#
# Licensed under the Apache License, Version 2.0 (the License); you may
# not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an AS IS BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# #
# CMSIS NN binary converter.
import numpy as np import numpy as np
import pickle, struct import pickle, struct

View File

@ -1,3 +1,9 @@
# This file is part of the OpenMV project.
# Copyright (c) 2013-2017 Ibrahim Abdelkader <iabdalkader@openmv.io> & Kwabena W. Agyeman <kwagyeman@openmv.io>
# This work is licensed under the MIT license, see the file LICENSE for details.
#
# Haar Cascade binary converter.
#!/usr/bin/env python2.7 #!/usr/bin/env python2.7
import sys,os import sys,os
import struct import struct