Zhaohaosu
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。  如果用paddleX_GUI训练的模型,模型类型要选paddlex。 
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...