sxyu / pixel-nerf

PixelNeRF Official Repository
https://alexyu.net/pixelnerf
BSD 2-Clause "Simplified" License
1.4k stars 197 forks source link

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 1 year ago

cdcseacave commented 1 year ago

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 commented 1 year ago

Hi @cdcseacave

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

Cheers

uselessfury commented 1 year ago

thanks!

MathewCrowley commented 11 months ago

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 commented 11 months ago

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!