ethanweber / nerfiller

NeRFiller project https://ethanweber.me/nerfiller/
Apache License 2.0
96 stars 3 forks source link

Version problem #3

Closed Harr7y closed 8 months ago

Harr7y commented 8 months ago

Packages: nerfstuido : 0.3.4 pytorch-lightning: 2.1.3 torch: 2.0.1+ cu118 torchmetrics: 1.2.1 torchaudio: 2.1.2

After installation and data preparation, when I run ns-launch train-occluder, I still get an error (seems that torchaudio didn't work). So I would like to inquire about the version you used in the above Packages.

Snipaste_2024-01-04_16-21-02

Thanks a lot~

ethanweber commented 8 months ago

Hi! Sorry for the troubles. Did you get it working? Maybe run with "--dry-run" and copy paste one command individually to start. It might be quicker to debug.

Harr7y commented 8 months ago

Instead of using pytorch 2.0 as required by Nerfstudio, I just used pytorch 1.8 and reinstalled the associated pakcages. Then It works. Thanks for your great work~

ethanweber commented 8 months ago

Okay, I'm glad you got it to work out. Thanks for working through it!