配环境
创建项目时,自动使用PaddlePaddle【自动安装CUDA10.1】和python3.7。

安装paddledetection(创建项目时,已经安装了paddlepaddle)
#notebook中用!
# 下载PaddleDetection
!git clone https://gitee.com/paddlepaddle/PaddleDetection
# 移到work目录下,持久安装
!mv PaddleDetection work
#配置PaddleDetection环境
!pip install -r /home/aistudio/work/PaddleDetection/requirements.txt
#安装paddledetection
python setup.py install
#运行需要 COCO-API
pip install pycocotools
#安装可视化工具VisualDL
python -m pip install visualdl -i https:

这篇博客介绍了如何在百度飞浆平台上配置环境并进行目标检测训练。内容包括环境搭建,自动安装CUDA10.1和Python3.7,探讨了在不同版本的PaddlePaddle中关于epoch和iteration的配置差异。
最低0.47元/天 解锁文章
2407

被折叠的 条评论
为什么被折叠?



