-
Notifications
You must be signed in to change notification settings - Fork 10
hrFaceDetection.py; /results/no_segmentation/android-1.npy #2
Copy link
Copy link
Open
Description
while running hrFaceDetection.py, getting the error
"---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
in ()
235 if ADD_BOX_ERROR:
236 filename += "_" + str(BOX_ERROR_MAX)
--> 237 np.save(filename, heartRates)
238 video.release()
239 cv2.destroyAllWindows()
~\Anaconda3\lib\site-packages\numpy\lib\npyio.py in save(file, arr, allow_pickle, fix_imports)
490 if not file.endswith('.npy'):
491 file = file + '.npy'
--> 492 fid = open(file, "wb")
493 own_fid = True
494 elif is_pathlib_path(file):
FileNotFoundError: [Errno 2] No such file or directory: '../results/no_segmentation/android-1.npy'"
Why is it not able to create the numpy file?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels