Pokerlishao / LoopGaussian

https://pokerlishao.github.io/LoopGaussian/
MIT License
26 stars 1 forks source link

No file "temp.bin'' in supervoxel_cluster #1

Closed penghaohsu0222 closed 3 months ago

penghaohsu0222 commented 3 months ago

Hi, thanks for your interesting work! When I'm running "train_loop.py", it seems a file missing during supervoxel_cluster after finish training PAE.

截圖 2024-05-22 上午12 18 23

How can I get the file "temp.bin"? Thank you.

Pokerlishao commented 3 months ago

Hi, thank you for your interest in our work!

The problem you encountered is due to a missing libsupervoxel.so file, not the temp.bin file. The temp.bin file is a temporary file that is automatically created and destroyed at runtime. I have uploaded the relevant files, and you can re-run bash train_loop.sh $task_name to try again. This should resolve the issue. Let me know if you encounter any further problems.

Best regards.

penghaohsu0222 commented 3 months ago

If I export export LD_LIBRARY_PATH=$LIB_PATH/CinemaGaussian/lib, the original environment variables will be replaced so the file like libpython3.11.so.1.0 cannot be read.

Pokerlishao commented 3 months ago

It seems you may have missed part of the command. Instead of replacing the original environment variables, you should append the new path using: export LD_LIBRARY_PATH=$LIB_PATH/CinemaGaussian/lib:$LD_LIBRARY_PATH. This will add the new path to the existing environment variables rather than replacing them.

Let me know if you need any further assistance.

penghaohsu0222 commented 3 months ago

截圖 2024-05-22 下午6 32 34

Here is a new question about version GLIBC_2.34. The environment of LoopGaussian is installed following the repo. Thanks for your replies.

Pokerlishao commented 3 months ago

This issue might be caused by the OS version. I am running it on Ubuntu 22.04. If you are using an older version of Ubuntu, you can refer to this link or this link, which may be helpful. Please note that manually editing sources is not recommended, so proceed with caution.

sauradip commented 2 months ago

I am having this error Screenshot from 2024-06-22 20-27-43