pixel-nerf
pixel-nerf copied to clipboard
open cannot run successful: pyparsing.exceptions.ParseSyntaxException
When running your code(gen_video.py), the error arising :pyparsing.exceptions.ParseSyntaxException: Expected '}', found '=' (at char 759), (line:34, col:18).
Running python script with python eval/gen_video.py -n sn64 --gpu_id 0 --split test -P '2' -D /home/sun/Desktop/Nerf/SymmNeRF-main/code/datasets/NMR_Dataset -S 0
Could you please help me solve it?

try this:
pip install --force-reinstall -v "pyhocon==0.3.55"
@amughrabi wow thanks for answering! IT DO WORK!!