-
Notifications
You must be signed in to change notification settings - Fork 69
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 in imgui_bundle #28
Comments
Hi, thanks for your interest in our code.
Does this machine have a GUI? Real-time visualization requires a graphical interface to function correctly. So if this a display-less server, you could try running the offline rendering commands beginning with # Testing with input views
evc -t test -c configs/projects/realtime4dv/rendering/4k4d_0013_01.yaml,configs/specs/eval.yaml,configs/specs/vf0.yaml # Only render some of the view of the first frame
evc -t test -c configs/projects/realtime4dv/rendering/4k4d_0013_01.yaml,configs/specs/eval.yaml # Only rendering some selected testing views and frames
# Rendering rotating novel views
evc -t test -c configs/projects/realtime4dv/rendering/4k4d_0013_01.yaml,configs/specs/eval.yaml,configs/specs/spiral.yaml,configs/specs/ibr.yaml,configs/specs/vf0.yaml # Render a static rotating novel view
evc -t test -c configs/projects/realtime4dv/rendering/4k4d_0013_01.yaml,configs/specs/eval.yaml,configs/specs/spiral.yaml,configs/specs/ibr.yaml # Render a dynamic rotating novel view |
Thank you very much for your advice!
I wonder if you have any advice on the problems I am facing? Thank you very much! |
Looks like the code could not find your dataset, please check whether |
Thank you very much for helping me find the cause of the above problem!
I wonder if you have any advice on the problems I am facing? In addition, I would also like to ask about the video memory requirements of the NVIDIA 3090 for the experiment in 4k4d. Thank you very much! |
Strangely, I'm unable to reproduce the errors on my end. Can you help me make sure the pre-trained model is loaded? For training, 4K4D shouldn't require more than 5GB of VRAM for the DNA-Rendering dataset. |
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:
then, I followed the prompts to install
imgui_bundle
. however, I have a new problem:`(4k4d) xuankai@com4-X780-G30:~/code/4K4D$ pip install imgui_bundle
Collecting imgui_bundle
Using cached imgui-bundle-1.3.0.tar.gz (36.8 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: numpy>=1.15 in /home/xuankai/anaconda3/envs/4k4d/lib/python3.9/site-packages (from imgui_bundle) (1.26.4)
Collecting munch>=2.0.0 (from imgui_bundle)
Using cached munch-4.0.0-py2.py3-none-any.whl.metadata (5.9 kB)
Collecting glfw>2.5 (from imgui_bundle)
Using cached glfw-2.7.0-py2.py27.py3.py30.py31.py32.py33.py34.py35.py36.py37.py38-none-manylinux2014_x86_64.whl.metadata (5.4 kB)
Collecting PyOpenGL>=3.0 (from imgui_bundle)
Using cached PyOpenGL-3.1.7-py3-none-any.whl.metadata (3.2 kB)
Requirement already satisfied: pillow>=9.0.0 in /home/xuankai/anaconda3/envs/4k4d/lib/python3.9/site-packages (from imgui_bundle) (10.2.0)
Using cached glfw-2.7.0-py2.py27.py3.py30.py31.py32.py33.py34.py35.py36.py37.py38-none-manylinux2014_x86_64.whl (211 kB)
Using cached munch-4.0.0-py2.py3-none-any.whl (9.9 kB)
Using cached PyOpenGL-3.1.7-py3-none-any.whl (2.4 MB)
Building wheels for collected packages: imgui_bundle
Building wheel for imgui_bundle (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for imgui_bundle (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [118 lines of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for imgui_bundle
Failed to build imgui_bundle
ERROR: Could not build wheels for imgui_bundle, which is required to install pyproject.toml-based projects`
then, I tried to install
imgui_bundle
through https://github.com/pthom/imgui_bundle, But this asks for Python >=3.10.I wonder if you have any advice on the problems I am facing? Thank you very much!
The text was updated successfully, but these errors were encountered: