diff --git a/ml/haarcascade/cascade_convert.py b/ml/haarcascade/cascade_convert.py index 85717ad20..cf718543f 100755 --- a/ml/haarcascade/cascade_convert.py +++ b/ml/haarcascade/cascade_convert.py @@ -1,10 +1,10 @@ +#!/usr/bin/env python2.7 # This file is part of the OpenMV project. # Copyright (c) 2013-2017 Ibrahim Abdelkader & Kwabena W. Agyeman # 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 import argparse