Jerry
Jerry
i'm getting error after deployment - Prometheus couldn't use the end point... /etc/prometheus/config_out $ wget http://avalanche-svc.avalanche.svc.cluster.local:9001 Connecting to avalanche-svc.avalanche.svc.cluster.local:9001 (10.244.0.97:9001) wget: server returned error: HTTP/1.1 404 Not Found However, I...
``` [2023-02-08 19:56:35,993] WARN [SocketServer listenerType=ZK_BROKER, nodeId=0] Unexpected error from /10.138.0.12 (channelId=10.32.2.15:9092-10.138.0.12:37806-76); closing connection (org.apache.kafka.common.network.Selector) org.apache.kafka.common.network.InvalidReceiveException: Invalid receive (size = 1347375956 larger than 104857600) at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:105) at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:452) at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:402)...
Not an issue but have you tried to send two persons' pose data to two avatars in the same project?
Recently, I learned that Mediapipe can support multi-persons' pose.. Then, I start thinking whether I can send the multi-persons' pose data to multiple avatars. Any hint or idea would be...
Traceback (most recent call last): File "/opt/homebrew/Cellar/[email protected]/3.10.13_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/Users/jerrylee/Works/UnityPythonMediaPipeAvatar/mediapipeavatar/body.py", line 93, in run cv2.imshow('Body Tracking', image) cv2.error: Unknown C++ exception from OpenCV code When I...