jw-redpanda

Results 7 comments of jw-redpanda

Thanks samirkumardas for your kind reply. In fact, I am interested in using your approach to stream a very large ogg file by chunks from node server to the chrome...

Same issue here. Hope that it is able to treat JsDoc/hints with double trailing space as a special case that it will not be trimmed. Although trailing \ or adding...

@Copng-py 我和你的情况一样,内存一直在增加不会释放。 \> `systeminfo | findstr /B /C:"OS Name" /C:"OS Version"` ```txt OS Name: Microsoft Windows 11 Pro OS Version: 10.0.22621 N/A Build 22621 ``` \> `python -V & pip...

> 我又跑了一会,没有一直增长。 > > * 一个小时:[run.log](https://github.com/PaddlePaddle/PaddleOCR/files/15411679/run.log) > * 两个小时:[run.log](https://github.com/PaddlePaddle/PaddleOCR/files/15412107/run.log) > * 三个小时:[run.log](https://github.com/PaddlePaddle/PaddleOCR/files/15412848/run.log) @GreatV 套用了建议的env,内存没有释放。可以参考一下你的一些环境参数吗? \> `systeminfo | findstr /B /C:"OS Name" /C:"OS Version" & python -V & pip freeze |...

> @jw-redpanda 修改完`predict_sytem.py`重新install了嘛 @GreatV 我是pip安装的,譬如 `pip install paddleocr==2.7.3`。 请教一下,怎样安装到最新的paddleocr 2.8.0? 然后重新测试(因为现在最新pypi的是2.7.3)

> @jw-redpanda 把main分支的最新代码拉下来`git clone https://github.com/PaddlePaddle/PaddleOCR.git`,用`python setup.py install` 或者 `pip install -e .` 安装就好了。 @GreatV 谢谢!我这边重新测试 paddleocr==2.8.0。大约测试了3个小时,看到内存会先上升然后下降,暂时看不到再在上升到之前的高位。 不过,这里出现了另外一个问题。测试开头的时段,OCR效能大约3秒(每张图片),到了3个小时OCR增加到9秒,之后OCR的效能没有回到之前效能。 一些信息给你参考: 测试时间:大约3小时 测试图片:1445张 OCR效能(开头):大约3秒 OCR效能(后段):大约9秒