Lin Manhui
Lin Manhui
@Sunting78 PTAL
PaddleOCR-VL也支持高稳定性服务化部署,使用方式和其他产线一致。不过,对于VLM的部分,建议启动vLLM服务以进一步加速。
使用的配置文件和数据集都是默认的吗
这个数据集我没有尝试过,建议可以看看配置中哪些配置项会影响最终输出以及标签的形状,然后确认下是否都设置为正确的值。
Since this PR might change the installation method, we're concerned that some users may have questions about it. Therefore, we initiated two polls: https://github.com/PaddlePaddle/PaddleOCR/discussions/15748 https://github.com/PaddlePaddle/PaddleOCR/discussions/15795 . Currently, these polls have...
> Thanks for your answer. I voted now. To tell the truth - I had never taken a look at the Poll tab before😅. Maybe we should find a place...
请提供你使用的PaddleDetection版本和Paddle版本,以便于我们排查问题。
可能需要将这两处的`x.numpy()[0]`修改为`np.array(x.numpy())[0]`: https://github.com/search?q=repo%3APaddlePaddle%2FPaddleDetection%20%22.numpy()%5B0%5D%22&type=code
请问日志里有报错信息吗?
如果没有报错的话,那结果为空会不会是模型效果问题呀?请问是否使用了自己的数据呢,以及模型在验证集上的精度如何?