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

Can't run: python eval/gen_video.py -n dtu --gpu_id=0 --split val -P '22 25 28' -D pixel_nerf_data/rs_dtu_4 -S 3 --scale 0.25 #67

Open
cdcseacave opened this issue Jul 18, 2023 · 4 comments

Comments

@cdcseacave
Copy link

using a fresh git clone and following all the instruction in the read me, when running the above command I get:

Exception has occurred: ParseSyntaxException       (note: full exception trace is shown but execution is paused at: _run_module_as_main)
Expected '}', found '='  (at char 759), (line:34, col:18)
@JiayuYANG
Copy link

Hi @cdcseacave

I met the same problem and solved it by pip install pyparsing==2.4.

Cheers

@uselessfury
Copy link

thanks!

@MathewCrowley
Copy link

I also solve the problem by solution provided by JiayuYANG, but when I input -P '22 25 28', it cannot recognize 25 28', does anyone have the solution?

@MathewCrowley
Copy link

I also solve the problem by solution provided by JiayuYANG, but when I input -P '22 25 28', it cannot recognize 25 28', does anyone have the solution?

I have this probelm in my computer. But I don't meet it in GPU I rent in Huawei server. A magic!

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

4 participants