waczjoan / gaussian-mesh-splatting

Other
275 stars 12 forks source link

Error about training with gs_points #4

Closed cv-lab-x closed 3 months ago

cv-lab-x commented 4 months ago

thanks for your great work, some errors when train with gs_type "gs_points"

Traceback (most recent call last): File "train.py", line 249, in <module> op = optimizationParamTypeCallbacks[args.gs_type](parser) KeyError: 'gs_points'

Looking forward to your reply, thanks! @waczjoan

waczjoan commented 4 months ago

Thank you! :)

Let me explain a little more broadly. In the specific context you're interested in, we utilize the following procedure:

In the ReadMe file, the available options are outlined as follows:

Available options:

It's crucial to understand that gs_points cannot be utilized for training purposes, but primarily serves for parameterization during rendering, as detailed in the "Scenario II: we don't have mesh; or we don't want to use it." section of the ReadMe.

This implies that you encountered an error with a purpose—because you shouldn't employ the gs_points flag for train.py . I've attempted to highlight the usage of gs_points, but if you have any suggestions or ideas to clarify its usage for other users, please feel free to share them, I would be happy!