Sergey Vlasov
Sergey Vlasov
Hi, I'm in a similar situation. I think option 2 is not working as Confluent Cloud doesn't keep consumer lag alerts history as per https://github.com/vdesabou/kafka-docker-playground/tree/master/ccloud/ccloud-demo#alerts . Have you looked at...
Ubuntu Linux 16.04 LTS will no longer be supported by April 30, 2021. Any work related to BBB port to aarch64 should be based on BBB 2.3. And it is...
@basisbit Thank you! Do you know if there are other dependencies to be resolved in addition to Kurento?
Hi, Thank you for the instruction, I followed it on RPi4B (4GB RAM 12 GB swap) Ubuntu 22.04.01 LTS. GCC 11.3 Python 3.10.6 The build completed successfully. There were a...
Thank you @cosmic-snow ! It is working now with your patch.
Hi, I've got the same error. I've applied an answer from https://stackoverflow.com/questions/32978575/how-to-fix-indexerror-invalid-index-to-scalar-variable in three places. But I think without CUDA it is too slow for my RPi4. And I got...
Thank you a lot! I think there is a small typo. The file name to edit and remove cameraProfiles is /etc/bigbluebutton/bbb-html5.yml and not /etc/bigbluebutton/bbb-html.yml .
I had the same error after the library upgrade. I've changed line 109 from CoquiEngine(cloning_reference_wav="female.wav", language="en", speed=1.0) to coqui_engine = CoquiEngine(voice="female.wav", language="en", speed=1.0) and it is working now for me.
My code works fine in multi-threaded mode on Win11 (Ultralytics YOLOv8.2.32 🚀 Python-3.11.7 torch-2.3.1+cpu CPU (AMD Ryzen 9 7940HS w/ Radeon 780M Graphics)), but gets "terminate called without an active...
@glenn-jocher Thank you for the quick reply! I was able to reproduce the issue with yolov5nu.pt model as well. I've upgraded them as per your instructions. Please note, that I've...