MouseSun846

Results 5 issues of MouseSun846

### Describe the bug when use components.AnnotatedImage, the AnnotatedImage component renders an error under the correct response result. ui code: ``` "object-detection": { "inputs": components.Image( type="filepath", label="输入图像", render=False ), "outputs":...

bug

Whether GroundingDINO can support TensorRT-LLM multimodal ? [TensorRT-LLM multimodal ](https://github.com/NVIDIA/TensorRT-LLM/blob/main/examples/multimodal/README.md)

### Checklist - [X] I am using **LTS** version of Node.js. - [X] I am using the **latest v2 version** of VuePress and VuePress official plugins. - [X] I am...

bug

**Description** Triton crashes during runtime。 ``` (gdb) info stack #0 0x00007ffff64e4d8b in _int_malloc (av=av@entry=0x7ffe30000020, bytes=bytes@entry=24) at malloc.c:3608 #1 0x00007ffff64e7299 in __GI___libc_malloc (bytes=24) at malloc.c:3066 #2 0x00007ffff6855b39 in operator new(unsigned long)...

question

``` (MindSpore) [ma-user mindyolo]$python demo/predict.py --config ./configs/yolov3/yolov3.yaml --weight=/home/ma-user/yolov7-x_300e_mAP524-e2f58741.ckpt --image_path /home/ma-user/work/dog.jpg Traceback (most recent call last): File "demo/predict.py", line 335, in infer(args) File "demo/predict.py", line 274, in infer set_default_infer(args) File "demo/predict.py",...