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

Error when loading data #10

Open
yejr0229 opened this issue Mar 16, 2024 · 10 comments
Open

Error when loading data #10

yejr0229 opened this issue Mar 16, 2024 · 10 comments

Comments

@yejr0229
Copy link

yejr0229 commented Mar 16, 2024

I download your preprocessed files from [PREPROCESSED_DATASET.md].(https://github.com/lizhe00/AnimatableGaussians/blob/master/PREPROCESSED_DATASET.md)
Here is the detailed error:
Import AvatarNet from network.avatar
[ WARN:0@7.039] global /io/opencv/modules/imgcodecs/src/loadsave.cpp (239) findDecoder imread_('media/data4/yejr/AvatarReX/avatarrex_lbn1/smpl_pos_map/cano_smpl_pos_map.exr'): can't open/read file: check file path/integrity
Traceback (most recent call last):
File "main_avatar.py", line 829, in
trainer = AvatarTrainer(config.opt)
File "main_avatar.py", line 48, in init
self.avatar_net = AvatarNet(self.opt['model']).to(config.device)
File "/home/yejr/Digital_Avater/AnimatableGaussians-master/network/avatar.py", line 28, in init
self.cano_smpl_map = torch.from_numpy(cano_smpl_map).to(torch.float32).to(config.device)
TypeError: expected np.ndarray (got NoneType)
How should I do?

@zhangdanq
Copy link

请问你解决了么?我也遇到了相同的问题

@lizhe00
Copy link
Owner

lizhe00 commented Mar 19, 2024

@yejr0229
Copy link
Author

Thanks for replying,but I have follow this instruction and download the preprocess data,it seems like the data is broken.
f674d994d802dd0799fbdb764205e8c

@lizhe00
Copy link
Owner

lizhe00 commented Mar 19, 2024

I checked the downloaded file from https://drive.google.com/file/d/1RDM3v5P4XF6Sp88EusDvokw-yHg6Je0C/view
The data is correct for viewing and loading.

@yejr0229
Copy link
Author

Sorry, seems like I didn't download the file successfully, Thanks.

@NguyenTriTrinh
Copy link

@lizhe00 could you please verify if the calibration_full.json file is missing for the subject 'avatarrex_zzr'?

@lizhe00
Copy link
Owner

lizhe00 commented Mar 19, 2024

@lizhe00 could you please verify if the calibration_full.json file is missing for the subject 'avatarrex_zzr'?

Which file have you downloaded? Dataset (https://github.com/lizhe00/AnimatableGaussians/blob/master/AVATARREX_DATASET.md) or preprocessed files (https://github.com/lizhe00/AnimatableGaussians/blob/master/PREPROCESSED_DATASET.md)?

@NguyenTriTrinh
Copy link

@lizhe00 could you please verify if the calibration_full.json file is missing for the subject 'avatarrex_zzr'?

Which file have you downloaded? Dataset (https://github.com/lizhe00/AnimatableGaussians/blob/master/AVATARREX_DATASET.md) or preprocessed files (https://github.com/lizhe00/AnimatableGaussians/blob/master/PREPROCESSED_DATASET.md)?

I downloaded the preprocessesd files. Now i noticed that the dataset files include calibration_full.json file. However, the entire dataset is large (21GB), so I was wondering if it would be possible to include it in the preprocessed files. Thanks.

@feceugur
Copy link

feceugur commented Apr 3, 2024

I likewise don't have enough space to download the entire dataset. Therefore I cannot get the calibration_full.json file. I would be really happy if it would be possible to include it in the preprocessed files.

@lizhe00
Copy link
Owner

lizhe00 commented Apr 7, 2024

You can download it from here.
avatarrex_zzr:
calibration_full.json
avatarrex_lbn1:
calibration_full.json
avatarrex_lbn2:
calibration_full.json

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

5 participants