Pan Zeyu

Results 3 issues of Pan Zeyu

您好,使用工具转换之后几何出现了一点问题 ![微信图片_20190530192417](https://user-images.githubusercontent.com/29617657/58629983-9429e600-8310-11e9-974a-8ee413a34b09.png) 原来的obj文件应该是正常的,没有旋转过,如下图所示。 ![2019-05-30_192737](https://user-images.githubusercontent.com/29617657/58630114-04d10280-8311-11e9-87b9-a2f82dbdb6c8.jpg) 请问这个旋转问题需要怎么矫正呢?

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 ``` ![2021-07-19_172144](https://user-images.githubusercontent.com/29617657/126137296-761d9109-9bd4-4422-84b4-493f1088dfdb.png) 我试着按照[向量检索教程](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.2/deploy/vector_search/README.md)进行重编译。下载了TDM-GCC后,版本是TDM-GCC Setup 1.2105.1,未能找到openmp安装。 ![2021-07-19_145045](https://user-images.githubusercontent.com/29617657/126137659-95abc555-d2d0-4275-a3b3-1f3cb61dc611.png) 直接编译结果 ![image](https://user-images.githubusercontent.com/29617657/126137964-8125f4b9-dbae-40b2-aafd-4f3e63097b22.png)