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: 'Namespace' object has no attribute 'reduction_count_type' #6

Open
Chim1995 opened this issue Jan 9, 2025 · 2 comments

Comments

@Chim1995
Copy link

Chim1995 commented Jan 9, 2025

Running the demo on windows 10

Command: python run.py demo_files/examples/fish.png --low-vram-mode --output-dir output/

Before the error got output below:
Settings -> Mode=base, Device=cuda, Torchscript=disabled)

Error (context):
Traceback (most recent call last):
File "C:\Users\mydir\Desktop\Personal Folder\aigen\stable-point-aware-3d-main\run.py", line 148, in
if args.reduction_count_type == "keep"
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'reduction_count_type'

@jammm
Copy link
Collaborator

jammm commented Jan 10, 2025

The command mentioned seems to run fine for me on Windows 11. Make sure you've installed all the dependencies as mentioned in the README.md.
Are you using Python 3.9 or later?

@jammm
Copy link
Collaborator

jammm commented Jan 15, 2025

Try pip install -r ./requirements-remesh.txt ?

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