百度飞浆目标检测

文章目录

  • 配环境
    • 安装paddledetection(创建项目时,已经安装了paddlepaddle)
  • 训练
    • 相关概念
    • 训练
  • 注意
    • config中epoch还是iteration?

配环境

创建项目时,自动使用PaddlePaddle【自动安装CUDA10.1】和python3.7。
百度飞浆目标检测_第1张图片

安装paddledetection(创建项目时,已经安装了paddlepaddle)

#notebook中用!
# 下载PaddleDetection
!git clone https://gitee.com/paddlepaddle/PaddleDetection
# 移到work目录下,持久安装
!mv PaddleDetection work 

#配置PaddleDetection环境 
!pip install -r /home/aistudio/work/PaddleDetection/requirem

你可能感兴趣的:(目标检测,百度,计算机视觉)