AiOS icon indicating copy to clipboard operation
AiOS copied to clipboard

The preprocessed_npz

Open Z-mingyu opened this issue 9 months ago • 4 comments

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

Image

Thank you for your time and consideration!

Z-mingyu avatar Mar 13 '25 12:03 Z-mingyu

How to get the cache file?

SWWdz avatar Mar 20 '25 07:03 SWWdz

How to get the cache file?

unzip and you will get 7 .npz files, then make a directory named cache.

Z-mingyu avatar Mar 24 '25 07:03 Z-mingyu

Have you found this file (agora_validation_multi_3840_1010.npz)? @Z-mingyu

HitBadTrap avatar Mar 26 '25 07:03 HitBadTrap

Have you found this file (agora_validation_multi_3840_1010.npz)? @Z-mingyu

yes it's at another branch named “release_wyj”

Z-mingyu avatar Mar 26 '25 12:03 Z-mingyu