我这算是他这篇博客的补充,大体步骤按他的来
代码链接:
https://github.com/facebookresearch/detr
- 生成自己数据集所需pth文件过程中用到的detr-r50-e632da11.pth在github页面下载,,项目首页就能找到
https://dl.fbaipublicfiles.com/detr/detr-r50-e632da11.pth
- 数据集目录放置
voc2coco代码:(推荐一个,其他找的我用没效果。。。)
https://github.com/jiachen0212/voc2coco-pattern
注:训练集,验证集图片分开,自己解决下(手撸代码或者找下)
- 画图的这个代码
第5行是链接到log.txt