snippets
未完城
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VS code snippets
VS code Snippets文章目录pythonC/CPPpython{ // Place your snippets for python here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is used ...原创 2019-10-28 21:28:17 · 589 阅读 · 0 评论 -
VSCode 配置CUDA编程环境
VSCode 配置CUDA编程环境launch.json{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.mic...原创 2019-10-24 23:24:00 · 22741 阅读 · 4 评论 -
可视化COCO数据集中的标注
可视化COCO数据集中的标注from pycocotools.coco import COCOimport skimage.io as ioimport matplotlib.pyplot as pltimport pylab, os, cv2, shutilpylab.rcParams['figure.figsize'] = (8.0, 10.0)coco_classes=[ ...原创 2019-10-20 18:34:12 · 2310 阅读 · 0 评论
分享