4K4D icon indicating copy to clipboard operation
4K4D copied to clipboard

[CVPR 2024] 4K4D: Real-Time 4D View Synthesis at 4K Resolution

Results 29 4K4D issues
Sort by recently updated
recently updated
newest added

I got `trained_model` by doing `evc-train -c configs/exps/4k4d/4k4d_0013_01_r4.yaml` Then, I doing `evc -t test -c configs/projects/realtime4dv/rendering/4k4d_0013_01.yaml,configs/specs/eval.yaml,configs/specs/vf0.yaml exp_name=4k4d_0013_01_r4`. Then, I encountered the following error. ![image](https://github.com/zju3dv/4K4D/assets/94297208/277d00ed-6d47-4450-b602-4aace024dc89) Do you have any suggestions? Thank...

Hi, I am trying to run the model with my own dataset, which is similar to the NHR dataset with 80 2k cameras surrounding a person. I found the metrics...

![屏幕截图 2024-05-10 164930](https://github.com/zju3dv/4K4D/assets/134911997/3f9361f5-691e-4dcc-be72-d490ba3e43a1)

**Could not initialize OpenGL context** I have download the [pretrained models], and place them into data/trained_model (e.g. data/trained_model/4k4d_0008_01/1599.npz, data/trained_model/4k4d_0008_01_r4/latest.pt and data/trained_model/4k4d_0008_01_mb/-1.npz) and I have download the [Minimal Dataset], run the...

Hello, I have a strange problem with train time. I executed `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` on NVIDIA GeForce RTX 4090. But it takes me about 40 minutes to train single-frame....

Hi, Thank you for the great work! I'm assuming that we can render depth and normal map from the learned point clouds. Could you give any tips for extracting depth...

Hello, I have a problem and need your help. I successfully executed `evc -t test -c configs/projects/realtime4dv/rendering/4k4d_0013_01.yaml,configs/specs/eval.yaml,configs/specs/vf0.yaml ` on NVIDIA GeForce RTX 3090, but when I executed it on NVIDIA...

Hi. Allow me to thank you for the other day's support. I was trying out `Rendering With Minimal Dataset (Only Encoded Videos)` using the script file you provided, but I...

Hello, your work is very interesting! I execute `evc -t gui -c configs/projects/realtime4dv/rendering/4k4d_0013_01.yaml,configs/specs/video.yaml` on the Minimal Dataset. I have the following error: ![problem0](https://github.com/zju3dv/4K4D/assets/94297208/6e60a1a1-e2b9-4291-a156-289ccb9f284e) ![problem1](https://github.com/zju3dv/4K4D/assets/94297208/1874612b-adeb-4da2-8572-881f17f2beb5) **then, I followed the prompts to...

This is great work. We hope to use 4K4D to reconstruct our own scenes.I'd like to know how long it will take for the training code to be updated?