-
Notifications
You must be signed in to change notification settings - Fork 47
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
Stuck at "Checking libtensorflow" in WASM mode #1123
Comments
Hello 👋 Thank you for taking the time to open this issue with recognize. I know it's frustrating when software I look forward to working with you on this issue |
Hi @JartanFTW
This is odd indeed.
This just doesn't work sometimes, but shouldn't prevent you from doing anything. You can disable WASM mode manually anyway.
If you disable WASM mode this should be toggleable again. The checks are just informative in nature, they do not enforce anythig. |
Ok, fair. I can disable WASM mode manually, and everything already working continues to work with WASM disabled.
Unfortunately, this is not what I am experiencing. Upon disabling WASM mode, the Human Action Recognition feature does not become toggleable. Please let me know how to proceed. |
I tried disabling "WASM Mode" as my CPU supports AVX but I'm not sure if that means I can run the "Human Action Recognition feature", it stays grayed out regardless of if GPU mode is enabled or not. Does that feature require a GPU with CUDA cores? EDIT: Should add that I am also using Nextcloud AIO but my specs are:
|
Ah, it seems that x86_64 is required for Human action recognition as well. You said you have x86_64 though. Can you check in the network tab of the web inspector for the recognize settings page for a network request to "platform" and paste the response of that network request here? |
This will probably be fixed by the next release of which will be v7 |
Can confirm that this particular issue seems to be fixed in v7. However, because I am using AIO, I now get the issue presented in #1129. |
Which version of recognize are you using?
6.1.1
Enabled Modes
Object recognition, Face recognition, Music recognition
TensorFlow mode
WASM mode
Downstream App
Memories App
Which Nextcloud version do you have installed?
28.0.3
Which Operating system do you have installed?
Ubuntu 20.04.6 LTS
Which database are you running Nextcloud on?
PostgreSQL 15.6
Which Docker container are you using to run Nextcloud? (if applicable)
Nextcloud AIO 28.0.3
How much RAM does your server have?
8GiB
What processor Architecture does your CPU have?
x86_64
Describe the Bug
The other checks appear to be functional. "Node.js v14.18.2 binary was installed successfully." and the Nice binary check doesn't say anything.
Expected Behavior
To Reproduce
N/A, but here's some extra info:
I'm using NextCloud AIO. I installed recognize after the initial AIO setup. Face, Object, Audio, and Landmark recognition are all working properly.
Debug log
I cannot find "debug" anywhere in config.php to enable. Please let me know what I need to do to provide any necessary logs for this.
The text was updated successfully, but these errors were encountered: