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

AttributeError when training #2839

Closed
ZahyElgendy opened this issue Jan 27, 2024 · 3 comments
Closed

AttributeError when training #2839

ZahyElgendy opened this issue Jan 27, 2024 · 3 comments

Comments

@ZahyElgendy
Copy link

ZahyElgendy commented Jan 27, 2024

Describe the bug
Error when training , Attribute Error

To Reproduce
Steps to reproduce the behavior:

  1. conda activate nerfstudio
  2. cd nerfstudio
  3. ns-train nerfacto --data data/nerfstudio/poster

Expected behavior
I am trying to train the poster data however this attribute error always rises for me.
AttributeError: 'NoneType' object has no attribute 'terminate'
What could be the reason, please?

Screenshots
AttributeError

Additional context
I have downloaded the poster data before training.

@Parmisian
Copy link

Parmisian commented Jan 30, 2024

I am getting the same problem as well, both for training and viewing my former trainings. It is a new problem, I was not getting this wih the old version of NS

@Parmisian
Copy link

Now tried with the previous version of nerfstudio by pip install nerfstudio==0.3.4; it is working without any problems

@ZahyElgendy
Copy link
Author

ZahyElgendy commented Jan 30, 2024

Now tried with the previous version of nerfstudio by pip install nerfstudio==0.3.4; it is working without any problems

Thank you so much for reaching out! It worked with this version.

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

2 participants