当前位置:网站首页>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
边栏推荐
- 【Mixup】《Mixup:Beyond Empirical Risk Minimization》
- PPT的技巧
- Alpha Beta Pruning in Adversarial Search
- [tricks] whiteningbert: an easy unsupervised sentence embedding approach
- 【Torch】解决tensor参数有梯度,weight不更新的若干思路
- 超时停靠视频生成
- PHP returns the corresponding key value according to the value in the two-dimensional array
- [introduction to information retrieval] Chapter II vocabulary dictionary and inverted record table
- 使用百度网盘上传数据到服务器上
- Tencent machine test questions
猜你喜欢
【信息检索导论】第二章 词项词典与倒排记录表
点云数据理解(PointNet实现第3步)
ABM thesis translation
【MEDICAL】Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization
Point cloud data understanding (step 3 of pointnet Implementation)
[mixup] mixup: Beyond Imperial Risk Minimization
PointNet原理证明与理解
win10+vs2017+denseflow编译
机器学习理论学习:感知机
基于pytorch的YOLOv5单张图片检测实现
随机推荐
How do vision transformer work?【论文解读】
[introduction to information retrieval] Chapter 6 term weight and vector space model
Determine whether the version number is continuous in PHP
[torch] some ideas to solve the problem that the tensor parameters have gradients and the weight is not updated
Comparison of chat Chinese corpus (attach links to various resources)
PPT的技巧
win10+vs2017+denseflow编译
label propagation 标签传播
【Paper Reading】
One field in thinkphp5 corresponds to multiple fuzzy queries
Sorting out dialectics of nature
Drawing mechanism of view (I)
Using MATLAB to realize: power method, inverse power method (origin displacement)
一份Slide两张表格带你快速了解目标检测
Implementation of yolov5 single image detection based on pytorch
【AutoAugment】《AutoAugment:Learning Augmentation Policies from Data》
【AutoAugment】《AutoAugment:Learning Augmentation Policies from Data》
parser.parse_args 布尔值类型将False解析为True
【BERT,GPT+KG调研】Pretrain model融合knowledge的论文集锦
Transform the tree structure into array in PHP (flatten the tree structure and keep the sorting of upper and lower levels)