mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix licences.
* nn_convert.py is actually ours.
This commit is contained in:
parent
53686b1943
commit
fd5cc31f49
@ -1,19 +1,8 @@
|
||||
# Copyright (C) 2018 Arm Limited or its affiliates. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# 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.
|
||||
# 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.
|
||||
#
|
||||
# CMSIS NN binary converter.
|
||||
|
||||
import numpy as np
|
||||
import pickle, struct
|
||||
|
||||
@ -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
|
||||
import sys,os
|
||||
import struct
|
||||
|
||||
Loading…
Reference in New Issue
Block a user