Results 10 issues of Michael

### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/reworkd/AgentGPT/labels/bug) didn't find any similar reports. ### Expected Behavior 1 of 1 unhandled error...

bug

请问为什么很多的call都来自于同一个地址0xef740,另外BackendException这种错误如何判定哪里出错呢 ... JNIEnv->NewStringUTF("mtop.alibaba.cro.umid.channel.networksdk.data") was called from RX@0x400ef740[libmain.so]0xef740 JNIEnv->NewStringUTF("1.0") was called from RX@0x400ef740[libmain.so]0xef740 JNIEnv->NewByteArray(556) was called from RX@0x400ef740[libmain.so]0xef740 JNIEnv->SetByteArrayRegion([B@7690781, 0, 556, RW@0x41396780) was called from RX@0x400ef740[libmain.so]0xef740 JNIEnv->NewStringUTF("com/alibaba/minilibc/android/DataReportJniBridge") was called from RX@0x4007cae4[libmain.so]0x7cae4...

想把模型放在OpenVINO上,但是又不支持,可以基于Yolo训练出来这个模型的效果吗

It doesn't work with new version, but ok with 9.0.6 same as examples

我找了几个方法,呃,郁闷啊,调用不了

在GPU 推理报错 Segmentation fault,CPU上是没有问题的

### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...

频繁提示:抱歉,系统超时,请稍后重试。 这个有什么办法吗?我在网页里面使用时不会提示,用程序的话 请求一次 就不行了

代码如下: cvt_color_batch_result = cvcuda.cvtcolor(cvt_color_batch, cvcuda.ColorConversion.RGB2RGBA) 这个时候返回的format是BGRA8 我现在是用这个方式处理的: cvt_color_batch_result = cvcuda.cvtcolor(cvt_color_batch, cvcuda.ColorConversion.RGB2BGRA) cvt_color_batch_result = cvcuda.cvtcolor(cvt_color_batch_result, cvcuda.ColorConversion.BGRA2RGBA)

bug
? - needs triage
need more info

请问我想把字幕PNG放在视频帧JPG上,如何能快速实现呢,我现在的是用tensor.split 分离出rbg, gray 然后再调用cvcuda.composite。总感觉有一点麻烦

question
? - needs triage