and I always get the following error with every example:
Running garden Traceback (most recent call last): File "/home/steamlinux/Documentos/Repositorios/gsplat/examples/simple_trainer.py", line 27, in <module> from gsplat.compression import PngCompression ModuleNotFoundError: No module named 'gsplat.compression'
I installed gsplat with both ways (just pip install gsplat and with the url).
Hi i'm trying to make the benchmark
and I always get the following error with every example:
Running garden Traceback (most recent call last): File "/home/steamlinux/Documentos/Repositorios/gsplat/examples/simple_trainer.py", line 27, in <module> from gsplat.compression import PngCompression ModuleNotFoundError: No module named 'gsplat.compression'
I installed gsplat with both ways (just pip install gsplat and with the url).
What can I do in these case? Thanks in advance