FrozenBurning / Relighting4D

[ECCV 2022] Relighting4D: Neural Relightable Human from Videos
https://frozenburning.github.io/projects/relighting4d/
Other
267 stars 19 forks source link

Missmatch size when Rendering #3

Closed dFuong closed 2 years ago

dFuong commented 2 years ago

I met an trouble when rendering

image

Can you support to me?

FrozenBurning commented 2 years ago

It's caused by the mismatched version of spconv between the checkpoint and codes. Could you specify the version of spconv you use? I think I've fixed it in a previous commit.

dFuong commented 2 years ago

I've checked spconv version in your environment.yml "spconv-cu111" == 2.1.21

FrozenBurning commented 2 years ago

Do you use the latest codes? We've fixed it here.

TienDungHUST commented 2 years ago

Hi @FrozenBurning, I faced to the same issue. It crash at the make_network(cfg) when it load the 'neuronbody' checkpoint. I think the 'spconv' which you pointed out above is not. Can you check it again. Thank you! image

FrozenBurning commented 2 years ago

@dFuong @TienDungHUST Thanks for pointing this out. I've fixed the bug, and have managed to render from our pretrained models on a brand new machine.

TienDungHUST commented 2 years ago

@FrozenBurning, Thank you for supporting. I passed this bug, howerver it raise another problem that I can not download People-snapshot. It seem that dataset link is unavailable. Could you share your own dataset or the dataset's structure with me?