Zaibei Li
Zaibei Li
Hi, I am using the pupil-apriltag to do some detection. It works well on my built-in camera on my Mac. However, when I try with my usb acr010 webcam, it...
### The doc issue Hi, I am trying to install the mmaction2 on my Macbook with M2 chips. I follow the installation commands as follow: ``` conda create --name openmmlab...
### Describe the issue Hi, I am trying to explore the functionality of LLaVa on the demo webpage but it seems like the service is down now. ## How to...
Hi, I recently met a bug when I tried to reinitialize the mqtt client to reuse the client. ```python import configparser import os.path import paho.mqtt.client as mqtt class MQTTClientWrapper: """Wrapper...
## Bug Description 我采用的是用requirements.txt 进行,然后进行运行modelscope的模型,发现出现module not found 我的requirements.txt及code代码片段如下 ```txt PyAudio>=0.2.13 influxdb-client==1.40.0 jiwer==3.0.3 librosa==0.10.1 llvmlite==0.42.0 matplotlib==3.8.3 networkx==3.2.1 paho-mqtt==2.1.0 pydub==0.25.1 pyecharts==2.0.4 redis==5.0.1 torch==2.4.0 torchaudio==2.4.0 rotary-embedding-torch==0.6.4 flask==3.0.2 modelscope==1.16.1 ``` ```py import base64 import...