Pan Zeyu
Pan Zeyu
您好,使用工具转换之后几何出现了一点问题  原来的obj文件应该是正常的,没有旋转过,如下图所示。  请问这个旋转问题需要怎么矫正呢?
Hi, thanks for your excellent work, I have learned quite a lot from that. However, when I was trying to follow the instructions about parallel processing with openseespy on https://openseespydoc.readthedocs.io/en/latest/src/hello.html,...
您好,我在尝试quick_start_recognition.md教程的时候遇到了以下问题,期待您的解答: ```python # 使用下面的命令使用GPU进行预测 python3.7 python/predict_system.py -c configs/inference_product.yaml # 使用下面的命令使用CPU进行预测 python3.7 python/predict_system.py -c configs/inference_product.yaml -o Global.use_gpu=False ```  我试着按照[向量检索教程](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.2/deploy/vector_search/README.md)进行重编译。下载了TDM-GCC后,版本是TDM-GCC Setup 1.2105.1,未能找到openmp安装。  直接编译结果 