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

About : FileNotFoundError: [Errno 2] No such file or directory: '/home/keyan/User_XiaoMa/amuse/BEAT-cache' #11

Open
Mxwgreat opened this issue Oct 31, 2024 · 2 comments

Comments

@Mxwgreat
Copy link

Hello! This is an excellent project. However, after configuring the environment required for the project, I ran the infer_gesture code directly and found the following error,which seems to be that the BEAT cache file is missing in the project. I look forward to receiving your reply in the future, thank you very much!
Traceback (most recent call last):
File "main.py", line 268, in
main(args)
File "main.py", line 75, in main
move_lmdbs(old_cache, EXEC_ON_CLUSTER, verbose=True)
File "/home/keyan/User_XiaoMa/amuse/scripts/utils/misc.py", line 63, in move_lmdbs
all_caches = list(CACHE_DIR.iterdir())
File "/home/ma/anaconda3/envs/amuse1/lib/python3.8/pathlib.py", line 1122, in iterdir
for name in self._accessor.listdir(self):
FileNotFoundError: [Errno 2] No such file or directory: '/home/keyan/User_XiaoMa/amuse/BEAT-cache'

@hyunaseo
Copy link

hyunaseo commented Nov 2, 2024

Hi! I have the exactly same issue 🥲 Did you solve it?

@kiranchhatre
Copy link
Owner

Hi, thank you for your interest. Currently, the inference is designed to work with the processed dataset files. You'll need to set up the data files as instructed in the README (https://amuse.is.tue.mpg.de/download.php). Alternatively, you can modify the code to make inferences on specific audio files.

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

3 participants