otaha178 / Emotion-recognition

Real time emotion recognition
MIT License
1.08k stars 364 forks source link

Using TensorFlow backend. Please help to solve it~ #48

Open cwei41 opened 3 years ago

cwei41 commented 3 years ago

ubuntu@DESKTOP-RBIC9N5:/mnt/c/Users/User/OneDrive/Emotion-recognition-master$ python3 real_time_video.py Using TensorFlow backend. 2021-07-22 15:21:20.485357: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory 2021-07-22 15:21:20.485429: E tensorflow/stream_executor/cuda/cuda_driver.cc:313] failed call to cuInit: UNKNOWN ERROR (303) 2021-07-22 15:21:20.485453: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (DESKTOP-RBIC9N5): /proc/driver/nvidia/version does not exist 2021-07-22 15:21:20.485865: I tensorflow/core/platform/cpu_feature_guard.cc:143] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 2021-07-22 15:21:20.504579: I tensorflow/core/platform/profile_utils/cpu_utils.cc:102] CPU Frequency: 2495995000 Hz 2021-07-22 15:21:20.505905: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x7f646c000b20 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2021-07-22 15:21:20.505981: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version : cannot connect to X server

Please help to solve it~