IeohMingChan
IeohMingChan
> @IeohMingChan Please add > > ``` > execution.planner = "blink" > ``` Thank you bros! I have added execution.planner = "blink" in env block without changing any other code,...
> @IeohMingChan Please add > > ``` > execution.planner = "blink" > ``` I have solve this problem by adding the planner setting and changing the source to stream type....
Can multiple topics be filtered out for consumption through regular expressions or other ways?
> @Carl-Zhou-CN Hello, is there any difficulty? If you have any questions, you can give feedback to the community Thank you. I want to use regular expressions for log execution,...
> @IeohMingChan @ashulin Sorry, there is some delay in time, I will work hard for this direction, encounter difficulties I will contact the community in time Thank you for your...
> 这个错误可能是因为行数不足造成的,actionTrainCsi_entropy_ema文件中的行数应该与训练集中动作的样本数一样。 根据出错提示,你生的actionTrainCsi_entropy_ema只有250行,而训练样本有2831个。 要用训练数据生成actionTrainCsi_entropy_ema,其行数要与训练样本一致。 你好,我根据你的指示重新运行2test_7_parameterEntropy.bat文件并使用actionBaseTrain.mat训练集作为输入数据,但由于该训练集行数只有1250行,因此行数仍然不足。然后我使用调试模式定位了一下04Segment_StateInference/1train_4_200_30_3_Mat2npy_Weight_Segm.py中的报错位置,发现sWeight= sWeight[inds]语句中的inds为(5000,)的ndarray矩阵,最大值为4999,最小值为0,结合报错前的输出信息: (5000, 120, 30, 3) (5000,) (1000, 120, 30, 3) (1000,) trainx.shape :: (5000, 120, 30, 3) trainy.shape :: (5000,) testx.shape :: (1000, 120, 30,...
> actionTrainCsi_entropy_ema是要5000行才够。 好的,谢谢肖教授耐心解答
> 你好,请问你遇到的问题和这个问题有关不: > > [#15631](https://github.com/PaddlePaddle/PaddleOCR/issues/15631) 有关,请问如何解决?是在3.0.2版本中修复吗?
> 是的,这个问题在下个版本会得到解决 好的,谢谢
> [@IeohMingChan](https://github.com/IeohMingChan) [@SuperMaskv](https://github.com/SuperMaskv) PaddleOCR 3.0.2已经发布,可以尝试一下~ 已测试3.0.2版本,当设置text_detection_model_name="PP-OCRv5_mobile_det"时长时间不输出结果(已运行10分钟以上,此前3.0.1版本处理相同文件时间约90s),与https://github.com/PaddlePaddle/PaddleOCR/issues/15780 中反馈问题类似;当设置text_detection_model_name="PP-OCRv5_server_det"时直接报出段错误,与楼上反馈问题一致。文字识别模型均设置为:text_recognition_model_name="PP-OCRv4_mobile_rec",已将模型全部删除后重新下载。 相关依赖版本如下: paddle2onnx 2.0.2rc3 paddleocr 3.0.2 paddlepaddle 3.0.0 paddlex 3.0.2 段错误具体日志如下: -------------------------------------- C++ Traceback (most recent call last): -------------------------------------- 0 paddle::AnalysisPredictor::ZeroCopyRun(bool) 1 paddle::framework::NaiveExecutor::RunInterpreterCore(std::vector const&,...