Skip to content
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 evc-gui -c configs/projects/realtime4dv/rendering/4k4d_0008_01.yaml,configs/specs/vf0.yaml #38

Open
chensh1127 opened this issue May 27, 2024 · 2 comments

Comments

@chensh1127
Copy link

I have downloaded and placed them into data/trained_model (e.g. data/trained_model/4k4d_0013_01/1599.npz, data/trained_model/4k4d_0013_01_r4/latest.pt and data/trained_model/4k4d_0013_01_mb/-1.npz).
Run the code"evc-gui -c configs/projects/realtime4dv/rendering/4k4d_0013_01.yaml,configs/specs/vf0.yaml "
the log is:
╭─── Traceback (most recent call last)
│ /home//testsuanfa/4K4D/easyvolcap/scripts/main.py:9 in

│ 6 from typing import Callable
│ 7 from torch.nn.parallel import DistributedDataParallel as DDP
│ 8
│ ❱ 9 from easyvolcap.engine import args, cfg # commandline entrypoint
│ 10 from easyvolcap.engine import RUNNERS, MODELS, DATALOADERS
│ 11 from easyvolcap.engine import callable_from_cfg, call_from_cfg
│ 12

│ /home/
/testsuanfa/4K4D/easyvolcap/engine/init.py:132 in

│ 129 │ return cfg, args, argv
│ 130 │
│ 131 │
│ ❱ 132 cfg, args, argv = main() # store these global variables │
│ 133 │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
TypeError: cannot unpack non-iterable NoneType object

@dendenxu
Copy link
Member

dendenxu commented Jun 5, 2024

Hi, thanks for using our code. May I ask what's your python version? This looks like a general python error.
Sidenote: you can also test whether the error has been resolved more easily by running evc-gui (without parameters) directly and check whether there's a blank window opening up.

@chensh1127
Copy link
Author

thanks your reply. my python version is 3.10.13 (main, Sep 11 2023, 13:44:35) [GCC 11.2.0]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants