Open Mxwgreat opened 3 weeks ago
Hi! I have the exactly same issue 🥲 Did you solve it?
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.
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'