Tik
Tik
> 补充一条,版本号可以在执行cmake命令前`export PADDLE_VERSION="2.3.1"`让程序正确识别。 没有了。 非常感谢你的安装指导,参考你的步骤逐渐安装后,碰到如下cu代码编译问题: 1 error detected in the compilation of "/home/dell/code/Paddle/paddle/phi/kernels/funcs/eigen/reverse.cu". 1 error detected in the compilation of "/home/dell/code/Paddle/paddle/phi/kernels/funcs/eigen/pad.cu". make[2]: *** [paddle/phi/kernels/funcs/eigen/CMakeFiles/eigen_function.dir/build.make:314:paddle/phi/kernels/funcs/eigen/CMakeFiles/eigen_function.dir/pad.cu.o] 错误 1 1 error detected in...
the version of CuPy you installed matches with the version of CUDA on your host. the version of CUDA on my host is cuda9.1 so I should pip install cupy-cuda91
> @rogerwwww I have already used conda to set enviroment which is include opencv-nopython, cython numpy, opencv-mat and instaboost.But when i try to import instaboost, i met this issue. >...
Hello, Have you solved this problem?
I have implemented the visualization code here, can I submit a merge request?
Of course, can you provide pre-trained models and test images? Because the current model is mainly based on a custom datset.
> 您好,感谢您的反馈,这个问题似乎是程序最终结束的时候,释放资源出现了问题,不影响使用,您可以export gdb_path=""来关闭该错误检查,我们也会根据您的信息进行复现 在使用jdet推理测试时也同样碰到该问题,但是export gdb_path=""没有解决
> 如果不安装paddleocr, 通过git clone https://github.com/PaddlePaddle/PaddleOCR 然后pip install -r requirements.txt 运行tools/infer项目下predict_system.py文件,仍然出现相同问题。 > > 请问我应该怎样才能调用该项目呢?例如怎样才能正常调用predict_system.py Hi 这个问题你解决了吗?
Thanks @tchaton Where should I find the generated result.json? After running the code StreamingDataLoader(dataset, batch_size=64, num_workers=16, profile_batches=5), I couldn't find the corresponding file.
> It should appear where you run the command. Maybe reduce the batch size and number of workers. > > Could you provide a synthetic example for me to debug...