人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集

这篇具有很好参考价值的文章主要介绍了人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

参考

https://blog.csdn.net/qq_44808827/article/details/125326909

https://blog.csdn.net/dystsp/article/details/125949720?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~default-0-125949720-blog-125326909.235^v38^pc_relevant_sort_base2&spm=1001.2101.3001.4242.1&utm_relevant_index=3

https://blog.csdn.net/m0_49752107/article/details/129887028

https://www.jianshu.com/p/b364534fd0a7

https://blog.csdn.net/u010826850/article/details/117325848

https://pytorch.org/get-started/previous-versions/

环境准备

1、pytorch
conda create -n deformable_detr python=3.9 pip

2、激活环境
conda activate deformable_detr

3、torch

# CUDA 11.6
pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu116
# CUDA 11.3
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113

4、其他的库
pip install -r requirements.txt

5、编译CUDA
cd ./models/ops
sh ./make.sh
#unit test (should see all checking is True)
python test.py (我没运行这一步)
人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集,pytorch,人工智能,学习,目标检测
主要是MultiScaleDeformableAttention包,如果中途换了torch版本,需要重新编译cuda,得到一个新的这个包,不然报错。

准备数据集

1、把自己的数据集放在coco文件夹里面

人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集,pytorch,人工智能,学习,目标检测

或者改改这里:
人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集,pytorch,人工智能,学习,目标检测

2、在main.py文件里面改分类数

人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集,pytorch,人工智能,学习,目标检测
deformable-detr 也是需要一个背景类,num_class+1
人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集,pytorch,人工智能,学习,目标检测

3、pth预训练文件

r50上coco数据集训练结果文件
要翻墙,或者:
下载链接:https://download.csdn.net/download/u010826850/21980492
好人一生平安

4、根据自己的数据集修改pth

新建一个文件:
人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集,pytorch,人工智能,学习,目标检测

5、main.py

人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集,pytorch,人工智能,学习,目标检测
改成这样:
人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集,pytorch,人工智能,学习,目标检测

7、修改参数

人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集,pytorch,人工智能,学习,目标检测

8、问题解决

参考其他博主博文里的
人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集,pytorch,人工智能,学习,目标检测
人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集,pytorch,人工智能,学习,目标检测文章来源地址https://www.toymoban.com/news/detail-626295.html

到了这里,关于人工智能学习07--pytorch23--目标检测:Deformable-DETR训练自己的数据集的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包