UCDvision / compact3d

Official implementation of "CompGS".
https://ucdvision.github.io/compact3d/
MIT License
158 stars 7 forks source link

there is no args.lambda2 and args.reg #2

Closed bluemoonwencong closed 10 months ago

bluemoonwencong commented 10 months ago

in train_kemeans.py, line 72 and 73: lambda2 = args.lambda2 reg = args.reg

but args has no attribute lambda2 and reg.

klnavaneet commented 10 months ago

Hi. Thanks for pointing it out. I have updated the code to remove those extra arguments.