cvlab-kaist / RAIN-GS

Code for "Relaxing Accurate Initialization Constraint for 3D Gaussian Splatting" by Jaewoo Jung, Jisang Han, Honggyu An, Jiwon Kang, Seonghoon Park, and Seungryong Kim
https://ku-cvlab.github.io/RAIN-GS
MIT License
290 stars 16 forks source link

error: option -s not recognized #4

Closed alexzhenglong closed 6 months ago

alexzhenglong commented 6 months ago

thanks for great works ,but i do have some questions, (3dg) alex@alex-System-Product-Name:~/RAIN-GS-main$ python train.py -s data/truck --eval --ours usage: train.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: train.py --help [cmd1 cmd2 ...] or: train.py --help-commands or: train.py cmd --help thanks a lot

crepejung00 commented 6 months ago

Hi, thanks for the interest in our work!

Could you please provide a more detailed screenshot of the error?

Thanks!

alexzhenglong commented 6 months ago

thanks for your reply,here is it 2024-03-17 11-44-43屏幕截图

crepejung00 commented 6 months ago

Can you share what version of python and cuda you are working on?

We just tested our code after re-cloning this repo and it actually worked fine. Could you please try --source_path instead of -s?

Thanks.

alexzhenglong commented 6 months ago

i guess maybe my version of cuda goes wrong,it is just 11.8 with python 3.8,i will try to rebuild my env,thanks so much!