gsgen3d / gsgen

[CVPR 2024] Text-to-3D using Gaussian Splatting
https://arxiv.org/abs/2309.16585
MIT License
761 stars 42 forks source link

<frozen importlib._bootstrap>:488 #37

Open throb081 opened 6 months ago

throb081 commented 6 months ago

Hello,when i run the code with the command python main.py --config-name=base prompt.prompt="" -W ignore, it shows the issues:

:488: DeprecationWarning: Type google.protobuf.pyext._message.ScalarMapContainer uses PyType_Spec with a metaclass that has custom tp_new. This is deprecated and will no longer be allowed in Python 3.14. :488: DeprecationWarning: Type google.protobuf.pyext._message.MessageMapContainer uses PyType_Spec with a metaclass that has custom tp_new. This is deprecated and will no longer be allowed in Python 3.14. I haven't find a solution about this .Anybody know about it?