Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing files #29

Open
OrangeSodahub opened this issue May 27, 2023 · 5 comments
Open

Missing files #29

OrangeSodahub opened this issue May 27, 2023 · 5 comments

Comments

@OrangeSodahub
Copy link

OrangeSodahub commented May 27, 2023

Excellent work! But I wonder where is the main function mentioned here:

suds/suds/train.py

Lines 22 to 24 in 9b472ad

from nerfstudio.engine.schedulers import ExponentialDecaySchedulerConfig
from nerfstudio.engine.trainer import TrainerConfig
from scripts.train import main

Unfortunately, I didn't see script.train anywhere.

@OrangeSodahub
Copy link
Author

OrangeSodahub commented May 27, 2023

I found it in nerfstudio, may be Line 24 should be from nerfstudio.scripts.train import main, maybe I'm wrong

@six-m
Copy link

six-m commented Jun 19, 2023

I found it in nerfstudio, may be Line 24 should be from nerfstudio.scripts.train import main, maybe I'm wrong
@OrangeSodahub

I think you're wrong.
I meet the same problem as you, and I modify the code follow you, and then I get another issue.
Maybe the correct way is that using the nerfstudio from https://github.com/hturki/nerfstudio/tree/ht/suds instead of the official version.

@hturki
Copy link
Owner

hturki commented Jun 20, 2023

Yeah, unfortunately when we release the code the nerfstudio plugin system wasn't quite ready to be used, and so the current code is fairly tied to the specific version that I developed against (which I think the fork should reflect). At some point I'll try to migrate this code to the official nerfstudio plugin system, but haven't gotten around to it yet...

@OrangeSodahub
Copy link
Author

@hturki So the codebase cannot work completely (means no other alterities) now until you finish the migration?

@hturki
Copy link
Owner

hturki commented Jun 20, 2023

Have you tried building off my fork (listed in a previous comment)? If that doesn’t work for now, I’ll dig into things some more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants