Zhaohaosu

Results 2 issues of Zhaohaosu

在运行[https://github.com/PaddlePaddle/PaddleX/tree/develop/deploy/cpp/docs/csharp_deploy](url)例子的时候,笔记本上的3060显卡不能使用GPU模式推理,要把里面的cuda、cudnn、tensorrt升级到cuda11的对应版本,就用[https://paddleinference.paddlepaddle.org.cn/user_guides/download_lib.html#windows](url)里预编译的cuda11_cudnn8.0版本就可以了。编译dll的时候用release模式,model_infer.cpp文件做如下修改[https://github.com/PaddlePaddle/PaddleX/pull/1318/files](url) 测试的时候,可以用[https://github.com/PaddlePaddle/PaddleX/blob/develop/deploy/cpp/docs/demo/decrypt_infer.md](url)里面YoloV3的模型测试,模型类型选det。 ![NR 4 ZCW}F(~}9C(MYQE EW](https://user-images.githubusercontent.com/20572289/147737502-d4b60539-501d-442e-91ab-f6c3a4c5df2a.png) 如果用paddleX_GUI训练的模型,模型类型要选paddlex。 ![%8G$QYJB@PE1VN2H$9WBCE3](https://user-images.githubusercontent.com/20572289/147737337-db16d718-a494-497e-8e29-ace4cd6f012a.png)

Thanks for your work. In this project, I noticed planefactor and its ceres jabobians, sorry I don't understand how to derivation it. And there is no corresponding formula in the...