Results 13 issues of Dean

设备jetson nano 2g jetpack4.6.1 没有cuda10.2-cudnn8-TensorRT8 的serving安装包吗?

请问新出的自动压缩支持PPYOLO系列吗?比如PPYOLO-mbv3_small模型。

命令:**python train.py --mode yolov7 --use_aux True --data garbage.yaml --cfg yolov7.yaml --weights weights/yolov7/yolov7.pt --batch-size 8** 出现错误 **Logging results to runs/train/exp14 Starting training for 100 epochs... Epoch gpu_mem box obj cls labels...

Hello, i test in coco_val with 64 images include 2 class.Like this for the query: ![图片](https://user-images.githubusercontent.com/38728358/155920267-a61ab070-c7dc-47d1-aacd-3aee0bc9fb5a.png) Then choose 2 ways-9shot, about _person_ and _TV_ like query img from '10_shot_support' dir....

![image](https://user-images.githubusercontent.com/38728358/182819172-f3ef2123-cf25-45da-beea-799cc00a8496.png) hello, it was failed in the second stage.

请问现在能支持PPYOLOE+吗

Hello,i want use the model in my customer dataset. But the result is not so good just used the provided model in this hub. Any advice to fit my own...

使用命令运行`python infer_ppyolo.py --model_dir ppyolo_mbv3_small_coco --image 000000014439.jpg --device gpu --use_trt True` 发现 `PaddleDetection/PPYOLO is not supported with backend Backend::TRT.` 而且cpu推理时间比gpu推理时间快

在跑sam的时候,出现下面这个问题 `Grounded-Segment-Anything/segment_anything/segment_anything/modeling/mask_decoder.py", line 144, in predict_masks masks = (hyper_in @ upscaled_embedding.view(b, c, h * w)).view(b, -1, h, w) RuntimeError: cannot reshape tensor of 0 elements into shape [0, -1, 256,...