You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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?
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'
The text was updated successfully, but these errors were encountered: