-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello, thank you for your hard work on this project!
[03/06 21:34:19.916]: Creating dataset...
[AGORA_MM] loading cache from data/preprocessed_npz/cache/agora_train_3840_w_occ_cache_2010.npz
[BEDLAM] loading cache from data/preprocessed_npz/cache/bedlam_train_cache_080824.npz
[COCO_NA] loading cache from data/preprocessed_npz/cache/coco_train_cache_080824.npz
[AGORA_MM] Cache not found, generating cache...
Traceback (most recent call last):
File "main.py", line 387, in
main(args)
File "main.py", line 201, in main
dataset_val = eval(cfg.testset)(transforms.ToTensor(), "test")
File "/home/zmy/MeshRecovery/AiOS/datasets/AGORA_MM.py", line 75, in init
self.datalist = self.load_data(
File "/home/zmy/MeshRecovery/AiOS/datasets/AGORA_MM.py", line 83, in load_data
content = np.load(self.annot_path, allow_pickle=True)
File "/home/zmy/anaconda3/envs/aios/lib/python3.8/site-packages/numpy/lib/npyio.py", line 405, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: 'data/preprocessed_npz/multihuman_data/agora_validation_multi_3840_1010.npz'
The downloaded preprocessed_npz file from Hugging face does not seem to contain agora_validation_multi_3840_1010.npz.
The file contains the following npz files
Thank you for your time and consideration!
