zju3dv / 4K4D

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

error in: evc-train #40

Open chensh1127 opened 5 months ago

chensh1127 commented 5 months ago

I run the code: evc-train -c configs/exps/4k4d/4k4d_0013_01_r4.yaml,configs/specs/static.yaml,configs/specs/tiny.yaml exp_name=4k4d_0013_01_r4_static

the error is

image

However, There is no function 'train_entrypoint' in the main.py file

dendenxu commented 5 months ago

Hi, thanks for using our code. Could you try reinstalling 4K4D with pip install -v -e . --no-deps --no-build-isolation (this should only take a second or two)?

chensh1127 commented 5 months ago

thanks your reply. I have tried pip install -v -e . --no-deps --no-build-isolation and succeed, but run the code still failed