deep_shf

Results 45 issues of deep_shf

box = [xmin,ymin,xmax,ymax] new_box = [xmin/img_w,ymin/img_h,x_center/img_w,y_center/img_h]??? 关键点 kp0 = [x0,y0] new_kp0 = [x0/img_w,y0/img_h]??

上下文对话的demo和参数该如何写呢

model: donut-base-finetuned-docvqa firsr I got a mistake:" AttributeError: 'SwinTransformer' object has no attribute 'pos_drop'" then I delete this line: ![image](https://github.com/clovaai/donut/assets/68574922/5dbc74c0-66fc-409b-8ff7-cb97d479ca8e) it not work didnot answer me my question... ![image](https://github.com/clovaai/donut/assets/68574922/f2e031b3-74ca-45e9-8c7b-49258ae8879b)

how to convert pt to onnx? what about the shell codes? python export.py --weights yolov7.pt --grid --end2end --simplify \ --topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640 --max-wh 640

1 pose的标签 编码是和 landmark一样吗 2 方便开源 mosaic的代码 有计划开源全部代码吗

请问在git主页的测试案例,如何实现模型的流式输出呢? 或者huggingface主页的推理示例如何实现流式输出,一个字一个字的输出 而非一句话一起输出

大佬有个问题我自己训练的yolov7 人体检测模型 在用ncnn推理时 输出层的维度 h,w,c都为0是啥情况. 可以分享下您这里的onnx模型吗 看下结构

大佬有没有计划 出一个详细的训练\推理\部署流程?

chatglm2微调后的模型能加速 并且部署吗

大佬您好,我想问一个关于转模型的问题,由于官方的yolov7 转onnx的参数选择太多,并且没有给无后处理的onnxdemo,我想问您 转onnx的时的指令是什么 。我在转模型后 不能把onnx转为ncnn