--- title: "CV基础" date: 2018-12-29 lastmod: 2020-01-05 weight: 4 type: icon: # description: "人工智能初阶路线图,CV基础" # search related keywords --- - 基本卷积神经网络的实现 - 图像分类经典模型 - 图像检测经典模型 - 图像分割经典模型 ## 相关学习资源 1. 可以参见TensorFlow和PyTorch的教程 1. 基础可以参见国外知名公开课的内容,如 2. 具体细节可以看paper with code当中的[benchmark](https://paperswithcode.com/area/computer-vision)及相应实现