Skip to content

hrFaceDetection.py; /results/no_segmentation/android-1.npy #2

@sonineha2191

Description

@sonineha2191

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions