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
Object recognition, Face recognition, Video recognition, Music recognition
TensorFlow mode
GPU mode
Downstream App
Memories App
Which Nextcloud version do you have installed?
28.0.5
Which Operating system do you have installed?
Ubuntu 22.04.4 LTS
Which database are you running Nextcloud on?
default installed by AIO
Which Docker container are you using to run Nextcloud? (if applicable)
latest
How much RAM does your server have?
16gb
What processor Architecture does your CPU have?
x86_64
Describe the Bug
When i run this command :
sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ recognize:classify
I have this error :
)
Running array (
0 => '/bin/nice',
1 => '-0',
2 => '/var/www/html/custom_apps/recognize/bin/node',
3 => '/var/www/html/custom_apps/recognize/src/classifier_imagenet.js',
4 => '-',
)
sh: taskset: not found
Classifier process output: Error: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /var/www/html/custom_apps/recognize/node_modules/@tensorflow/tfjs-node-gpu/lib/napi-v8/../../deps/lib/libtensorflow.so.2)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:93:18)
at Object.<anonymous> (/var/www/html/custom_apps/recognize/node_modules/@tensorflow/tfjs-node-gpu/dist/index.js:72:16)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12) {
code: 'ERR_DLOPEN_FAILED'
}
Classifier process output: Trying js-only mode
Expected Behavior
no error expected
To Reproduce
Run new Ubuntu VM in proxmox with NVIDIA GPU passthrough,
install nvidia drivers in Ubuntu,
install Nextcloud AIO,
install Recognize,
enable GPU mode,
run :
sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ recognize:classify
see the error described above.
I managed to run gpu acceleration with go-vod and Nextcloud, so probably Nvidia driver and Tensorflow is installed in the system and works. But i don't know how to make GPU acceleration work with recognize :)
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to open this issue with recognize. I know it's frustrating when software
causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at
and if possible solved.
I try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it.
Until then, please be patient.
Note also that GitHub is a place where people meet to make software better together. Nobody here is under any obligation
to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can
collaborate to make this software better. For everyone.
Thus, if you can, you could also look at other issues to see whether you can help other people with your knowledge
and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and
try to fix the odd bug yourself. Everyone will be thankful for extra helping hands!
One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the forum,
to twitter or somewhere else. But this is a technical issue tracker, so please make sure to
focus on the tech and keep your opinions to yourself. (Also see our Code of Conduct. Really.)
I look forward to working with you on this issue
Cheers 💙
Which version of recognize are you using?
6.1.1
Enabled Modes
Object recognition, Face recognition, Video recognition, Music recognition
TensorFlow mode
GPU mode
Downstream App
Memories App
Which Nextcloud version do you have installed?
28.0.5
Which Operating system do you have installed?
Ubuntu 22.04.4 LTS
Which database are you running Nextcloud on?
default installed by AIO
Which Docker container are you using to run Nextcloud? (if applicable)
latest
How much RAM does your server have?
16gb
What processor Architecture does your CPU have?
x86_64
Describe the Bug
When i run this command :
sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ recognize:classify
I have this error :
Expected Behavior
no error expected
To Reproduce
Run new Ubuntu VM in proxmox with NVIDIA GPU passthrough,
install nvidia drivers in Ubuntu,
install Nextcloud AIO,
install Recognize,
enable GPU mode,
run :
sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ recognize:classify
see the error described above.
My Proxmox VM config :
Debug log
How can i get a log ?
Note
I managed to run gpu acceleration with go-vod and Nextcloud, so probably Nvidia driver and Tensorflow is installed in the system and works. But i don't know how to make GPU acceleration work with recognize :)

The text was updated successfully, but these errors were encountered: