zju3dv / 4K4D

[CVPR 2024] 4K4D: Real-Time 4D View Synthesis at 4K Resolution
https://zju3dv.github.io/4k4d/
Other
1.51k stars 62 forks source link

EasyVolcap can't import xxx #24

Open CJAPPLE5 opened 4 months ago

CJAPPLE5 commented 4 months ago

Your work is very stunning! But when i test with the gui demo, the error appears that "ImportError: cannot import name 'DptLossType' from 'easyvolcap.utils.loss_utils' (xxx/EasyVolcap/easyvolcap/utils/loss_utils.py)". I checked the code in loss_utils.py and 'DptLossType' truly didn't exist. Did i miss some steps in setting up the environment? Thank you!

dendenxu commented 4 months ago

Ah, might have messed up some files in a recent commit.

Will fix

dendenxu commented 4 months ago

Hi @CJAPPLE5, I pushed a new commit attempting to fix the issue. Could you try whether the import error has been resolved?