Moyan

Results 33 comments of Moyan

。。。很方,我也遇见了,用model初始化就报该错,不初始化就很正常。。。。

@jiaomiaomiao #15

@House-Leo there will be no problems running the command line. pycharm can not get terminal width. maybe you can set term_width is fixed value

need python scripts =。=

python scripts by myself, please don't laugh at my pool code =. = https://github.com/moyans/My_TOOLS/blob/master/cascade_tools/voc_window_file.py

@youngwanLEE hi,did you solve the problem?

> py 不是应该自动gc的吗?还需要手动释放吗 result的对象是c创建的, py释放不了, 手动也释放不了,,,

## 环境 - 【FastDeploy版本】: 说明具体的版本,如fastdeploy 1.0.6 - 【编译命令】pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html - 【系统平台】: Windows x64(Windows10) - 【硬件】: cpu - 【编译语言】: Python3.9.7 ``` import os import cv2 import fastdeploy as...

> 是怎么确认内存的上涨是由result导致的呢? 如果改成如下代码执行测试呢 > > ``` > model = PPOCRv3(det_model_dir, cls_model_dir, rec_model_dir, rec_label_file) > im = cv2.imread("test.jpg") > for i in range(1000): > results = model.run(im) > ``` 结果是一样的 ##...