Small changes to Python samples
Update find_obj.py: Added additional error checking for the loaded files and modified the detector check to be more pythonic (is versus ==). Update common.py: Fixed a typo (contais -> contains)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
This module contais some common routines used by other samples.
|
||||
This module contains some common routines used by other samples.
|
||||
'''
|
||||
|
||||
import numpy as np
|
||||
|
Reference in New Issue
Block a user