pixel-nerf icon indicating copy to clipboard operation
pixel-nerf copied to clipboard

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

Open cdcseacave opened this issue 2 years ago • 4 comments

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)

cdcseacave avatar Jul 18 '23 08:07 cdcseacave

Hi @cdcseacave

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

Cheers

JiayuYANG avatar Jul 28 '23 02:07 JiayuYANG

thanks!

uselessfury avatar Sep 25 '23 06:09 uselessfury

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 avatar Dec 18 '23 01:12 MathewCrowley

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!

MathewCrowley avatar Jan 02 '24 07:01 MathewCrowley