wyd1520

Results 9 issues of wyd1520

用下面的两张图。在识别多人的图片时使用V2 Model会有异常,根踪到这里应是矩型数据出现了问题, ``` cv::Mat tmp(rect.height, rect.width, CV_32F, cv::Scalar(0.0)); sample_norm_channels[k](cuted_rect).copyTo(tmp(inner_rect)); cv::resize(tmp, n_channels[i * 5 * num_channels_ + k * num_channels_ + j], cv::Size(24, 24)); ``` ![1](https://user-images.githubusercontent.com/5322247/33525224-64531538-d866-11e7-8753-3cf761d76a3a.jpg) ![selfie](https://user-images.githubusercontent.com/5322247/33525211-3417a8ac-d866-11e7-9df6-5a4e1e35dbe7.jpg) ]()

**Describe the bug** I used Docker to install thingsboard/tb-postgres:latest version on Ubuntu18.04 but it was unsuccessful and the following log was displayed. Starting Postgresql... pg_ctl: directory "/data/db" is not a...

bug
unconfirmed

分支上的wxhelper-dev-3.9.11.25版本可以用吗,看到里面有TODO很多的这样的标记。不知是不是功能完善的 release 版本就看到是3.9.10.19-v1

只要找出基中一个基址,利用这个基址算出相对的位置就可以了。是有规律的,每个数据间隔32个字节 还有一个就是v3版本,可以利用config\AccInfo.dat 这个实现自动化,用finditer bytes找出这个数据的地址 然后再查找引用地址的位置,这个位置所在的地址就是下面第一个配置文件的地址,就能计算出下面相对位置的数据地址 以下是3.9.10.19版本的数据地址 配置文件(指针): WeChatWin.dll + 0x5AB8F20 配置文件长度  : WeChatWin.dll + 0x5AB8F20 + 0x08 微信ID(指针) : WeChatWin.dll + 0x5AB8F40(如果指针位置数据为空值,直接读取该地址的数据) 微信ID长度   : WeChatWin.dll + 0x5AB8F40 + 0x10 帐号      ...

有没有工具能把PaddleDetection的2.6的模型转换成3.0的, 我看了底层代码好像model.pdiparams 这个是通用的,其他两个这要怎么转换,才能支持下面的代码调用方式 3.0的文件 inference.json,inference.yml 2.6的文件 infer_cfg.yml、model.pdmodel nfer_cfg.yml、model.pdmodel这两个文件与3.0的格式不一样, model = create_model(model_name="XXXX") output = model.predict("vehicle_attribute_007.jpg", batch_size=1) for res in output: res.print(json_format=False) res.save_to_img("./output/") res.save_to_json("./output/")

有没有PaddleX 3.0以上版本的目标跟踪产线或模块的示例,找了好久没找到,产线的配置文件也没有。只看到在PaddleDetection2.0上有

### 问题确认 Search before asking - [x] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ### Bug组件 Bug Component _No response_ ### Bug描述 Describe the Bug 我执行动转静模导出模型时提示下面的错误...

### 问题描述 Please describe your issue 关于安装PaddlePaddle2.6.2-gpu的问题, 我安装了PaddlePaddle2.6.2-gpu,和PaddleDetection2.6.2版本后,以下运行测试环境 ``` import paddle paddle.utils.run_check() print(paddle.__version__) print("是否支持CUDA:", paddle.device.is_compiled_with_cuda()) ``` 出现这个错误Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path! 可是我明有这个cudnn_ops_infer64_8.dll环镜的,在Paddlex下是可以使用,用低版本的2.6.2就提示上面的问题...

### 问题确认 Search before asking - [x] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 这是从官网下载的模型不过发现只能用在2.6以下的PaddleDetection,有没有工具把这些转换成3.0的格式 infer_cfg.yml model.pdiparams model.pdiparams.info model.pdmodel 3.0的 inference.json...