deep_shf

Results 45 issues of deep_shf

### When did you clone our code? I cloned the code base after 5/1/23 ### Describe the issue Issue: Command: ``` PASTE THE COMMANDS HERE. ``` Log: ``` PASTE THE...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 如何用python脚本调用 启动的api端口,这个请求的python脚本如何写呢 ### Expected Behavior _No response_ ### Steps To Reproduce...

像chatglm那样 有int8版本 和int4版本

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 如果输入输出都是一个较长的文本,大模型处理时会经过较长的时间,怎么样解决这个问题。 ### Expected Behavior _No response_ ### Steps To Reproduce 1...

## error log | 日志或报错信息 | ログ ## context | 编译/运行环境 | バックグラウンド ## how to reproduce | 复现步骤 | 再現方法 1.yolo7的ncnn cpp好像有问题,与python的onnx最终结果不一致。性能出现下降 很明显 2. 3. ## more | 其他...

感谢您作出的贡献,我想请问一下PFPLD-Dataset: 1 您提供的数据集list里的标签 前196是关键点信息 为什么是浮点数呢,里面为什么有很多的-256.0. 2 这里的人脸其实是人脸检测后的结果是吗? 3 这里数据集有个属性标签 和类型标签 请问是什么意思呢

### Is there an existing issue for this? - [X] I have searched the existing issues ### What is your question? when I run this code " docker-compose up -d"...

kind/question

the infrence code : from groundingdino.util.inference import load_model, load_image, predict, annotate import cv2 model = load_model("groundingdino/config/GroundingDINO_SwinT_OGC.py", "weights/groundingdino_swint_ogc.pth") IMAGE_PATH = "0.jpg" TEXT_PROMPT = "cat" BOX_TRESHOLD = 0.35 TEXT_TRESHOLD = 0.25 image_source,...

1 请问pt转onnx的过程,我的命令是这样: python export.py --weights weights/yolov7-face.pt --img 640 --batch 1 --grid --simplify 转出来的模型 存在“slice”结构。 2 由于1中转出来的模型存在这个"slice" 结构,导致转ncnn一直失败。 请问您转onnx的代码 是怎么样的