最新文章
飞桨模型部署至docker并使用FastAPI调用(二)-环境配置与模型部署
已阅: 35 飞桨模型部署至docker并使用FastAPI调用PDRS 环境配置安装 numpy:pip install numpy安装 PDRS (PaddleRS):具体过程见官方文档。下载源码到本地并解压,拖动到 vscode 中 进入 PDRS 文件夹,安装 requirements.txt:pip install -r requirements.txt安装 pycocotools 报错。更新 apt:apt-get update 安装 GCC:apt-get install -y gcc 再次安装 requirements.txt:pip install -r req……
(◕ܫ◕)
评论于 MMDet实例分割loss_rpn_bbox为nan但其它loss正常的解决