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
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)
Hi @cdcseacave
I met the same problem and solved it by pip install pyparsing==2.4.
Cheers
thanks!
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 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!