SJoJoK / 3DGStream

[CVPR 2024 Highlight] Official repository for the paper "3DGStream: On-the-fly Training of 3D Gaussians for Efficient Streaming of Photo-Realistic Free-Viewpoint Videos".
https://sjojok.github.io/3dgstream
MIT License
302 stars 18 forks source link

gaussian_model.py Line743 #6

Closed PeggyWang19 closed 4 months ago

PeggyWang19 commented 4 months ago

args.ntc_conf_path undefined?

SJoJoK commented 4 months ago

You should specify it in command line arguments, it's been defined in https://github.com/SJoJoK/3DGStream/blob/f0cea68ee792554007836a1e627f575ca67a98cf/arguments/__init__.py#L101

SJoJoK commented 4 months ago

I've just updated README to fix inaccurate information (--ntc_conf->--ntc_conf_path), sorry for any confusion caused.