USTC3DV / MERFStudio

A Unified Framework for Real-Time Rendering on the Web
74 stars 3 forks source link

Banking code cannot run #2

Open Liuyan9627 opened 4 weeks ago

Liuyan9627 commented 4 weeks ago

Hi, I have run the code under the

MERF Workflow

. The training code works well after I reduce the number of ray. While when I started to run the bake code: ns-baking --load-config path/to/output/config

An error occurs:

raceback (most recent call last):
  File "/home/stua/anaconda3/envs/merfstudio/bin/ns-baking", line 8, in <module>
    sys.exit(entrypoint())
  File "/disk/project/stua/MERFStudio/merf/baking/baking.py", line 56, in entrypoint
    tyro.cli(MERFBaking).main()
  File "/disk/project/stua/MERFStudio/merf/baking/baking.py", line 39, in main
    metrics_dict = pipeline.baking_merf()
TypeError: baking_merf() missing 2 required positional arguments: 'lod' and 'chunk_idx'

How to fix it? Thanks.