吕文玉

Results 259 comments of 吕文玉

暂时没这个计划。 理论上 切图是前后处理 你把Paddle推理的逻辑改成 OpenVINO就行吧

可以手动设一下 `np.random.seed paddle.seed random.seed` ( 但是目前好像没办法一模一样

try to set these two var to `true` https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.7/configs/runtime.yml#L8-L9

你这里的虚拟机指什么 是在win下的嘛

目前这个是最小的 再小的没有了 https://github.com/PaddlePaddle/PaddleDetection/blob/develop/configs/rtdetr/rtdetr_r18vd_6x_coco.yml 再小的有几个位置可以调一调 1. HybridEncoder.depth_mult 可以改成0.67或者 0.33试一下 2. 修理完成之后,推理时候可以调一下 eval_idx 比如 -2

backbone有预训练一般不调整 更小的话去尝试换更小的backbone 比如mobilenet等等

参考 https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.7/ppdet/modeling/ops.py#L1049

先检测下你路径对不对吧