当前位置:网站首页>Mmdetection model fine tuning
Mmdetection model fine tuning
2022-07-02 07:42:00 【chenf0】
Use FasterRCNN Training model , Because what we do is taxi recognition in traffic scenes , I marked some data , To enhance the effect , First in the dataset BDD100K Training , Then fine tune your data set .
Use ·faster_rcnn_r50_fpn_1x Training
BDD100K Dataset download address :https://doc.bdd100k.com/download.html
Model download address :https://github.com/SysCV/bdd100k-models
By looking at the document , The trained model provided by the government is similar to MMDetection A match , Don't train yourself , You can download it directly .
faster_rcnn_r50_fpn_1x The corresponding model download address is :
https://dl.cv.ethz.ch/bdd100k/det/models/faster_rcnn_r50_fpn_1x_det_bdd100k.pth
modify MMDetection Code , The modification of data sets and common problems can be referred to
Compared with direct training , Fine tuning only requires modification configs/base/default_runtime.py in load_from = None, take None Change the path to download the model , Or directly copy the above download address
load_from = "work_dirs/faster_rcnn_r50_fpn_1x_det_bdd100k.pth"
Other operations are the same as training your own dataset .
MMDetection Fine tune document reference docs/tutorials/finetune.md
https://github.com/open-mmlab/mmdetection/blob/master/docs/tutorials/finetune.md
边栏推荐
- iOD及Detectron2搭建过程问题记录
- Ppt skills
- 【信息检索导论】第三章 容错式检索
- PHP returns the abbreviation of the month according to the numerical month
- 图片数据爬取工具Image-Downloader的安装和使用
- Regular expressions in MySQL
- Feeling after reading "agile and tidy way: return to origin"
- [tricks] whiteningbert: an easy unsupervised sentence embedding approach
- How do vision transformer work? [interpretation of the paper]
- MoCO ——Momentum Contrast for Unsupervised Visual Representation Learning
猜你喜欢

【多模态】CLIP模型

基于onnxruntime的YOLOv5单张图片检测实现

使用百度网盘上传数据到服务器上

label propagation 标签传播
![[introduction to information retrieval] Chapter 7 scoring calculation in search system](/img/cc/a5437cd36956e4c239889114b783c4.png)
[introduction to information retrieval] Chapter 7 scoring calculation in search system

Classloader and parental delegation mechanism

Play online games with mame32k

Mmdetection installation problem

【Mixup】《Mixup:Beyond Empirical Risk Minimization》

【Mixup】《Mixup:Beyond Empirical Risk Minimization》
随机推荐
How to efficiently develop a wechat applet
[CVPR‘22 Oral2] TAN: Temporal Alignment Networks for Long-term Video
CPU的寄存器
【信息检索导论】第七章搜索系统中的评分计算
机器学习理论学习:感知机
Proof and understanding of pointnet principle
SSM personnel management system
Sparksql data skew
Drawing mechanism of view (I)
常见CNN网络创新点
【Torch】解决tensor参数有梯度,weight不更新的若干思路
【信息检索导论】第三章 容错式检索
Ppt skills
【多模态】CLIP模型
【Paper Reading】
【TCDCN】《Facial landmark detection by deep multi-task learning》
Win10 solves the problem that Internet Explorer cannot be installed
Cognitive science popularization of middle-aged people
生成模型与判别模型的区别与理解
MMDetection安装问题