-
Notifications
You must be signed in to change notification settings - Fork 42
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
gradio demo not working #28
Comments
actually running infer.py gives the same error |
I explained here a quick fix until update.
|
Sorry for the bug. The missing decorator is now added as decorator generator and renamed as "no_warnings". |
great! thanks inference is working for --maps but not for creating geo with the --ply option AttributeError: module 'numpy' has no attribute 'acos'. Did you mean: 'cos'? |
|
new install but get the following in the shell after a few seconds having pressed process
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "G:\ML_G\MoGe\utils3d\numpy\utils.py", line 105, in
@no_runtime_warnings
NameError: name 'no_runtime_warnings' is not defined. Did you mean: 'RuntimeWarning'?
The text was updated successfully, but these errors were encountered: