GANWANSHUI / GaussianOcc

GaussianOcc: Fully Self-supervised and Efficient 3D Occupancy Estimation with Gaussian Splatting
https://ganwanshui.github.io/GaussianOcc/
Apache License 2.0
205 stars 9 forks source link

The run.sh file is missing #14

Closed SHEVIP closed 1 month ago

SHEVIP commented 2 months ago

Hi! Thank you very much for such advanced and great work. When I try to reproduce the code, I get the following error: [Errno 2] No such file or directory: 'run.sh' I didn't see this file in the project repository either, and I was wondering if I was missing something?

GANWANSHUI commented 2 months ago

ignore this files is OK

SHEVIP commented 2 months ago

Sorry,but when i run the "sh run_gs_occ.sh" The program does not run properly and an error is reported[Errno 2] No such file or directory: 'run.sh' how can i fix it ,sincere appreciation

GANWANSHUI commented 2 months ago

replace the run.sh into run_gs_occ.sh in this line

SHEVIP commented 2 months ago

Thanks Thanks Thanks Thanks a lot!!!