mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix shebang line.
This commit is contained in:
parent
545bfd0435
commit
f30f6c057a
@ -1,10 +1,10 @@
|
|||||||
|
#!/usr/bin/env python2.7
|
||||||
# This file is part of the OpenMV project.
|
# This file is part of the OpenMV project.
|
||||||
# Copyright (c) 2013-2017 Ibrahim Abdelkader <iabdalkader@openmv.io> & Kwabena W. Agyeman <kwagyeman@openmv.io>
|
# 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.
|
# This work is licensed under the MIT license, see the file LICENSE for details.
|
||||||
#
|
#
|
||||||
# Haar Cascade binary converter.
|
# Haar Cascade binary converter.
|
||||||
|
|
||||||
#!/usr/bin/env python2.7
|
|
||||||
import sys,os
|
import sys,os
|
||||||
import struct
|
import struct
|
||||||
import argparse
|
import argparse
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user