Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with arquived #21

Open
anacastropsico opened this issue Nov 9, 2022 · 0 comments
Open

Issue with arquived #21

anacastropsico opened this issue Nov 9, 2022 · 0 comments

Comments

@anacastropsico
Copy link

when I try execult
video ='IIR1DIS75T1.mp4'
DLCscorer= 'IIR1DIS75T1DLC_resnet50_APNov2shuffle1_190000_filtered'
dataname = str(Path(video).stem) + DLCscorer + '.h5'

#loading output of DLC
Dataframe = pd.read_hdf(os.path.join(dataname))

this erro is show


FileNotFoundError Traceback (most recent call last)
in
4
5 #loading output of DLC
----> 6 Dataframe = pd.read_hdf(os.path.join(dataname))

/usr/local/lib/python3.7/dist-packages/pandas/io/pytables.py in read_hdf(path_or_buf, key, mode, errors, where, start, stop, columns, iterator, chunksize, **kwargs)
425
426 if not exists:
--> 427 raise FileNotFoundError(f"File {path_or_buf} does not exist")
428
429 store = HDFStore(path_or_buf, mode=mode, errors=errors, **kwargs)

FileNotFoundError: File IIR1DIS75T1IIR1DIS75T1DLC_resnet50_APNov2shuffle1_190000_filtered.h5 does not exist
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant